[][src]Crate serde_at

Re-exports

pub use serde;

Modules

de

Deserialize AT Command strings to a Rust data structure

ser

Serialize a Rust data structure into AT Command strings

Structs

Bytes

Wrapper type to allow serializing a byte slice as bytes, rather than as a sequence (array)

SerializeOptions

Options used by the serializer, to customize the resulting string

Functions

from_slice

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

from_str

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

to_string

Serializes the given data structure as a string

to_vec

Serializes the given data structure as a byte vector