Module serde_at::ser[][src]

Expand description

Serialize a Rust data structure into AT Command strings

Structs

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

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 as a string

Serializes the given data structure as a byte vector

Type Definitions

Serialization result