Expand description

Serde serializer/deserializer for AT commands

Re-exports

pub use serde;

Modules

Deserialize AT Command strings to a Rust data structure

Serialize a Rust data structure into AT Command strings

Structs

Options used by the serializer, to customize the resulting string

Functions

Deserializes an instance of type T from bytes of AT Response text

Deserializes an instance of type T from a string of AT Response text

Serializes the given data structure as a string

Serializes the given data structure as a byte vector