Module unix

Source
Expand description

Unix specific code that keeps rest of the code in the crate platform independent.

Re-exports§

pub use SocketPlatformConnection as PlatformConnection;

Structs§

SocketListener
Unix domain socket listener for accepting incoming connections.
SocketPlatformConnection
Unix domain socket based vhost-user connection.

Functions§

advance_slices 🔒

Type Aliases§

SystemListener
Alias to enable platform independent code.