9 releases

0.2.2 Dec 29, 2020
0.2.1 Dec 28, 2020
0.1.5 Sep 8, 2020
0.1.4 Dec 12, 2019
0.1.0 Oct 25, 2019

#10 in #hyper-server

Download history 9789/week @ 2024-03-14 9076/week @ 2024-03-21 7224/week @ 2024-03-28 7445/week @ 2024-04-04 7868/week @ 2024-04-11 8148/week @ 2024-04-18 6503/week @ 2024-04-25 6537/week @ 2024-05-02 6747/week @ 2024-05-09 6977/week @ 2024-05-16 5283/week @ 2024-05-23 8135/week @ 2024-05-30 7164/week @ 2024-06-06 7427/week @ 2024-06-13 7562/week @ 2024-06-20 4611/week @ 2024-06-27

28,359 downloads per month
Used in 5 crates (via lvp)

ISC license

12KB
170 lines

hyper-unix-connector

Connect hyper servers and clients to Unix-domain sockets.

Most of this crate's functionality is borrowed from hyperlocal. This was originally written to provide an async/await-compatible version of hyperlocal, but hyperlocal has since been updated with this feature. Therefore, you probably want to use hyperlocal instead.

See UnixClient and UnixConnector for examples.

License: ISC


lib.rs:

Connect hyper servers and clients to Unix-domain sockets.

Most of this crate's functionality is borrowed from hyperlocal. This crate supports async/await, while hyperlocal does not (yet).

See UnixClient and UnixConnector for examples.

Dependencies

~5–14MB
~161K SLoC