Module async_rustbus::rustbus_core::wire::unmarshal[][src]

Expand description

All things relevant to unmarshalling content from raw bytes

  • base and container are for the Param approach that map dbus concepts to enums/structs
  • traits is for the trait based approach
  • iter is 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

Structs

Enums

Constants

Functions

Type Definitions