Expand description
Unix specific code that keeps rest of the code in the crate platform independent.
Re-exports§
pub use SocketPlatformConnection as PlatformConnection;
Structs§
- Socket
Listener - Unix domain socket listener for accepting incoming connections.
- Socket
Platform Connection - Unix domain socket based vhost-user connection.
Functions§
Type Aliases§
- System
Listener - Alias to enable platform independent code.