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
28,359 downloads per month
Used in 5 crates
(via lvp)
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