dns-message-parser 0.9.0

Libary to encode and decode DNS packets
Documentation
1
2
3
4
5
use crate::decode::Decoder;

impl<'a, 'b: 'a> Decoder<'a, 'b> {
    impl_decode_rr_u16_domain_name!(KX, preference, exchanger, rr_kx);
}