Expand description
§uni-socket
Async TCP / Unix Domain Socket abstraction, cross platform development friendly.
[!WARNING] This crate is still under early development stage.
§License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Re-exports§
pub use self::unix::OwnedReadHalf;pub use self::unix::OwnedWriteHalf;pub use self::unix::UniListener;pub use self::unix::UniSocket;pub use self::unix::UniStream;