Pure Rust implementation to work with DNS packets
The Packet structure provides parsing e building of a DNS packet, it aims to be fully compliant with the RFCs bellow: - RFC 1034 - RFC 1035 - RFC 6762 - RFC 2782 - RFC 3596
Other Resource Records defined by other RFCs that are not in this list will be implemented over time