Module transport
Available on crate features
client or server only.Expand description
Unix Domain Socket support for generic transport using Tokio.
Structs§
- Incoming
- A [
UnixListener] that wraps connections in transports. - Temp
Path Buf - A temporary
PathBufthat lives instd::env::temp_dirand is removed on drop. - Unix
Connect - A connection Future that also exposes the length-delimited framing config.