simple-dns 0.1.0

Rust implementation to parse and write DNS packets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Simple DNS
Pure Rust implementation to work with DNS packets

## DNS Packet Parser/Builder
The *Packet* structure provides parsing e building of a DNS packet, it aims to be fully compliant with the RFCs bellow:
- [RFC 1034]https://tools.ietf.org/html/rfc1034
- [RFC 1035]https://tools.ietf.org/html/rfc1035
- [RFC 6762]https://tools.ietf.org/html/rfc6762
- [RFC 2782]https://tools.ietf.org/html/rfc2782
- [RFC 3596]https://tools.ietf.org/html/rfc3596

Other Resource Records defined by other RFCs that are not in this list will be implemented over time