Crate uni_socket

Crate uni_socket 

Source
Expand description

§uni-socket

Test pipeline Crates.io Docs.rs License: MIT OR Apache-2.0

Async TCP / Unix Domain Socket abstraction, cross platform development friendly.

[!WARNING] This crate is still under early development stage.

§License

Licensed under either of

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;

Modules§

unix
A unified stream type for both TCP and Unix domain sockets.
windows
A unified stream type for both TCP and Unix domain sockets.