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

#17 in #hyper-server

Download history 8461/week @ 2024-07-24 8493/week @ 2024-07-31 6282/week @ 2024-08-07 6746/week @ 2024-08-14 6333/week @ 2024-08-21 5748/week @ 2024-08-28 5741/week @ 2024-09-04 9093/week @ 2024-09-11 6745/week @ 2024-09-18 8668/week @ 2024-09-25 8160/week @ 2024-10-02 7436/week @ 2024-10-09 5382/week @ 2024-10-16 6341/week @ 2024-10-23 6210/week @ 2024-10-30 5734/week @ 2024-11-06

24,846 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
~155K SLoC