Expand description
Serialisation of DNS messages to the wire format. See the types
module for details of the format.
Structs§
- Writable
Buffer 🔒 - A buffer which can be written to, for serialisation purposes.
Enums§
- Error
- Errors encountered when serialising a message.
Functions§
- usize_
to_ 🔒u16 - Helper function to convert a
usize
into au16
(or return an error).