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

#1510 in Network programming

Download history 10651/week @ 2024-01-15 7363/week @ 2024-01-22 6344/week @ 2024-01-29 8195/week @ 2024-02-05 8220/week @ 2024-02-12 6545/week @ 2024-02-19 7452/week @ 2024-02-26 7018/week @ 2024-03-04 8147/week @ 2024-03-11 9885/week @ 2024-03-18 8591/week @ 2024-03-25 7542/week @ 2024-04-01 6510/week @ 2024-04-08 8880/week @ 2024-04-15 6400/week @ 2024-04-22 6566/week @ 2024-04-29

28,683 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