Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 30-Mar-2022 | - | ||||
examples/ | H | 30-Mar-2022 | - | 132 | 118 | |
src/ | H | 30-Mar-2022 | - | 2,498 | 2,063 | |
.cargo-checksum.json | H A D | 03-May-2022 | 89 | 1 | 1 | |
Cargo.toml | H A D | 30-Mar-2022 | 1.2 KiB | 42 | 36 | |
LICENSE-APACHE | H A D | 30-Mar-2022 | 11.1 KiB | 203 | 169 | |
LICENSE-MIT | H A D | 30-Mar-2022 | 1 KiB | 20 | 16 | |
README.md | H A D | 30-Mar-2022 | 756 | 32 | 21 | |
bulk.yaml | H A D | 30-Mar-2022 | 133 | 9 | 6 | |
vagga.yaml | H A D | 30-Mar-2022 | 1 KiB | 45 | 36 |
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