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

..03-May-2022-

examples/H03-May-2022-132118

src/H03-May-2022-2,4982,063

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

.gitignoreH A D06-Aug-201828 43

.travis.ymlH A D06-Aug-20181.1 KiB3529

Cargo.tomlH A D01-Jan-19701.2 KiB4236

Cargo.toml.orig-cargoH A D06-Aug-2018698 2823

LICENSE-APACHEH A D06-Aug-201811.1 KiB203169

LICENSE-MITH A D06-Aug-20181 KiB2016

README.mdH A D06-Aug-2018756 3221

bulk.yamlH A D06-Aug-2018133 96

vagga.yamlH A D06-Aug-20181 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