Expand description
Serde serializer/deserializer for AT commands
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§
- HexStr
HexStr<T>A hex string. Has fields used in serializing whether to add a 0x to the encoding and to make the hex value in capital letters or not. Can be dereferenced to its value.- Serialize
Options - Options used by the serializer, to customize the resulting string
Functions§
- from_
slice - Deserializes an instance of type
Tfrom bytes of AT Response text - from_
str - Deserializes an instance of type T from a string of AT Response text
- to_
slice - Serializes the given data structure to a buffer