[][src]Crate serde_at

Modules

de

Deserialize JSON data to a Rust data structure

ser

Serialize a Rust data structure into AT Command strings

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 of JSON text

to_vec

Serializes the given data structure as a JSON byte vector