Crate at_commands

source ·

Structs§

  • An abstract representaiton of bytes remaining after a deserialization failure.
  • Error struct containing the cause of a deserialization error and the bytes that caused the error.
  • Result from attempt to deserialize multiple items, including the successfully serialized items, an error if one occurred, and the remaining bytes that were not serialized.
  • An error and remaining item to serialize if a serialization failure occurs while serializing multiple items.

Enums§

Traits§

  • A trait for serializing or deserializing multiple items at once and defragmenting partially serialized items when new bytes become available.

Functions§