Module rustbus::wire [−][src]
Everything that deals with converting from/to raw bytes. You probably only need the various wrapper types.
Re-exports
pub use unixfd::UnixFd; |
Modules
marshal | All things relevant to marshalling content into raw bytes |
unixfd | |
unmarshal | All things relevant to unmarshalling content from raw bytes |
util | Utility functions used often in many places |
validate_raw | Check a raw message (part) for validity given a signature |
variant_macros |
Enums
HeaderField | The different header fields a message may or maynot have |