[−][src]Crate postcard_cobs
Structs
| CobsDecoder | The |
| CobsEncoder | The |
| EncoderState | The |
Enums
| DecodeResult |
|
| DecoderState | The |
| PushResult |
|
Functions
| decode | Decodes the |
| decode_in_place | Decodes a message in-place. |
| decode_in_place_with_sentinel | Decodes a message in-place using an arbitrary sentinel value. |
| decode_vec | Decodes the |
| decode_vec_with_sentinel | Decodes the |
| decode_with_sentinel | Decodes the |
| encode | Encodes the |
| encode_vec | Encodes the |
| encode_vec_with_sentinel | Encodes the |
| encode_with_sentinel | Encodes the |
| max_encoding_length | Calculates the maximum possible size of an encoded message given the length
of the source message. This may be useful for calculating how large the
|