• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Mar-2022-

examples/H30-Mar-2022-132118

src/H30-Mar-2022-2,4982,063

.cargo-checksum.jsonH A D03-May-202289 11

Cargo.tomlH A D30-Mar-20221.2 KiB4236

LICENSE-APACHEH A D30-Mar-202211.1 KiB203169

LICENSE-MITH A D30-Mar-20221 KiB2016

README.mdH A D30-Mar-2022756 3221

bulk.yamlH A D30-Mar-2022133 96

vagga.yamlH A D30-Mar-20221 KiB4536

README.md

1DNS Parser
2==========
3
4**Status: beta**
5
6[Documentation](https://docs.rs/dns-parser) |
7[Github](https://github.com/tailhook/dns-parser) |
8[Crate](https://crates.io/crates/dns-parser)
9
10This is a parser of DNS protocol packets that is independent of any networking
11code.
12
13
14License
15=======
16
17Licensed under either of
18
19* Apache License, Version 2.0,
20  (./LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
21* MIT license (./LICENSE-MIT or http://opensource.org/licenses/MIT)
22  at your option.
23
24Contribution
25------------
26
27Unless you explicitly state otherwise, any contribution intentionally
28submitted for inclusion in the work by you, as defined in the Apache-2.0
29license, shall be dual licensed as above, without any additional terms or
30conditions.
31
32