Pure-rust DNS protocol parser library. Does not support network, only raw protocol parsing.
# Cargo.toml
[dependencies]
dns-parser = "0.8.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse a raw DNS packet into a structured representation.
Use a networking library (e.g., tokio) to send/receive DNS packets separately.
No dependency data recorded yet.