Crate resend

source ·
Expand description

Sender, Receiver, Snd, Rcv traits.

Modules

endian create, includes some helpful type: UTF16, VLQ, Ascii etc and endiness/reuseable implmentations
Erros for serializing and deserializing

Macros

Traits

Receive Trait for the #[len] attribute The length can be from another field value or const for the #[len] attribute For example: #[len(field_name)], #[len(8)]
Send Trait for the #[len] attribute The length can be from another field value or const for the #[len] attribute For example: #[len(field_name)], #[len(8)]
Receive Trait for Receiver
Impl Receivable if the data need to be deserialized.
Abstract layer for Read since it’s not avaialbe in no_std
Impl Sendable if the data need to be serialized.
Abstract layer for Write since it’s not avaialbe in no_std
Send Trait for Sender

Type Definitions