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

#20 in #hyper-server

Download history 5411/week @ 2024-11-15 4505/week @ 2024-11-22 5289/week @ 2024-11-29 5723/week @ 2024-12-06 6482/week @ 2024-12-13 2430/week @ 2024-12-20 1646/week @ 2024-12-27 3320/week @ 2025-01-03 4744/week @ 2025-01-10 6258/week @ 2025-01-17 5518/week @ 2025-01-24 6290/week @ 2025-01-31 6091/week @ 2025-02-07 4909/week @ 2025-02-14 5670/week @ 2025-02-21 2904/week @ 2025-02-28

20,957 downloads per month
Used in 6 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
~157K SLoC