Expand description
Binary serialization types
Structs§
- BinDecoder
- This is non-destructive to the inner buffer, b/c for pointer types we need to perform a reverse seek to lookup names
- BinEncoder
- Encode DNS messages and resource record types.
Enums§
- Encode
Mode - In the Verify mode there maybe some things which are encoded differently, e.g. SIG0 records should not be included in the additional count and not in the encoded data when in Verify
Traits§
- BinDecodable
- A trait for types which are serializable to and from DNS binary formats
- BinEncodable
- A type which can be encoded into a DNS binary format
- BinSerializable
- A trait for types which are serializable to and from DNS binary formats