dns-parser 0.3.2

Pure-rust DNS protocol parser library. This does not support network, only raw protocol parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
==========
DNS Parser
==========

:Status: Alpha
:Documentation: http://tailhook.github.io/dns-parser

This is a parser of DNS protocol packets that is independent of any networking
code. The goal is to use it for DNS implementation of rotor_.

.. _rotor: https://github.com/tailhook/rotor