Module serde_at::ser

source ·
Expand description

Serialize a Rust data structure into AT Command strings

Structs

  • Options used by the serializer, to customize the resulting string

Enums

  • This type represents all possible errors that can occur when serializing AT Command strings

Functions

  • Serializes the given data structure to a buffer

Type Aliases