Crate dbus_serialize [] [src]

Central to this crate is the Value enum. Value can be used to express any valid D-Bus data structure (and some invalid ones). Additionally, rustc_serialize can be used to convert from standard rust data types to Value, and vice-versa.

Modules

decoder

Implements the rustc_serialize::Decoder trait

encoder

Implements the rustc_serialize::Encoder trait

types

Contains the Value and BasicValue enums, as well as traits and helper types for them