16 releases
Uses old Rust 2015
0.8.0 | Aug 6, 2018 |
---|---|
0.7.1 | Oct 22, 2017 |
0.7.0 | May 10, 2017 |
0.6.0 | Dec 1, 2016 |
0.3.1 | Mar 3, 2016 |
#1366 in Parser implementations
39,103 downloads per month
Used in 161 crates
(26 directly)
85KB
2K
SLoC
DNS Parser
Status: beta
Documentation | Github | Crate
This is a parser of DNS protocol packets that is independent of any networking code.
License
Licensed under either of
- Apache License, Version 2.0, (./LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (./LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
The network-agnostic DNS parser library
Documentation | Github | Crate
Use Builder
to create a new outgoing packet.
Use Packet::parse
to parse a packet into a data structure.
Dependencies
~125–325KB