Crate uni_socket

Crate uni_socket 

Source
Expand description

§uni-socket

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

Cross-platform network socket abstraction providing a unified API for both TCP and Unix Domain Sockets.

[!WARNING] This crate is still in early development. The API may change significantly.

§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.