Re-exports§
pub use decoder::CheckedRange;pub use decoder::DecoderBuffer;pub use decoder::DecoderBufferMut;pub use decoder::DecoderBufferMutResult;pub use decoder::DecoderBufferResult;pub use decoder::DecoderError;pub use decoder::DecoderParameterizedValue;pub use decoder::DecoderParameterizedValueMut;pub use decoder::DecoderValue;pub use decoder::DecoderValueMut;pub use encoder::Encoder;pub use encoder::EncoderBuffer;pub use encoder::EncoderLenEstimator;pub use encoder::EncoderValue;pub use unaligned::*;
Modules§
Macros§
- Define a codec implementation for a zerocopy value that implements
FromBytes,AsBytes, andUnaligned.