Expand description
All things relevant to unmarshalling content from raw bytes
base
andcontainer
are for the Param approach that map dbus concepts to enums/structstraits
is for the trait based approachiter
is an experimental approach to an libdbus-like iterator
Modules§
- base
- Unmarshal base params from raw bytes
- container
- Unmarshal container params from raw bytes
- iter
- 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.
- traits
- Provides the Unmarshal trait and the implementations for the base types