Crate resend

Source
Expand description

Sender, Receiver, Snd, Rcv traits.

Modules§

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

Macros§

impl_tuple
snd_ref

Traits§

FromReader
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)]
IntoWriter
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)]
Rcv
Receive Trait for Receiver
Receivable
Impl Receivable if the data need to be deserialized.
Receiver
Abstract layer for Read since it’s not avaialbe in no_std
Sendable
Impl Sendable if the data need to be serialized.
Sender
Abstract layer for Write since it’s not avaialbe in no_std
Snd
Send Trait for Sender

Type Aliases§

Result