Module async_rustbus::rustbus_core::wire::unmarshal   [−][src]
Expand description
All things relevant to unmarshalling content from raw bytes
- baseand- containerare for the Param approach that map dbus concepts to enums/structs
- traitsis for the trait based approach
- iteris an experimental approach to an libdbus-like iterator
Modules
Unmarshal base params from raw bytes
Unmarshal container params from raw bytes
This is a working module to parse a dbus message. It is currently not used in rustbus but it could be in the future. This was more or less a test to see how well/bad this would work out to be.
Provides the Unmarshal trait and the implementations for the base types