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

#1470 in Network programming

Download history 7722/week @ 2023-11-24 6930/week @ 2023-12-01 6017/week @ 2023-12-08 4867/week @ 2023-12-15 2084/week @ 2023-12-22 3635/week @ 2023-12-29 4975/week @ 2024-01-05 9872/week @ 2024-01-12 8020/week @ 2024-01-19 6812/week @ 2024-01-26 7237/week @ 2024-02-02 8239/week @ 2024-02-09 7068/week @ 2024-02-16 7002/week @ 2024-02-23 7315/week @ 2024-03-01 4842/week @ 2024-03-08

27,438 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–16MB
~173K SLoC