Expand description
Trust-DNS Protocol library
Modules§
- error
- Error types for the crate
- op
- Operations to send with a
Clientor server, e.g.Query,Message, orUpdateMessagecan be used together to either query or update resource records sets. - rr
- Resource record related components, e.g.
Nameaka label,Record,RData, … - serialize
- Contains serialization libraries for
binaryand text,txt. - tcp
- TCP protocol related components for DNS
- tests
- Tests for TCP and UDP stream and client
- udp
- UDP protocol related components for DNS
- xfer
- DNS high level transit implimentations.