rlibdns 0.1.211

Rust DNS Library
Documentation
  • Coverage
  • 0%
    0 out of 713 items documented0 out of 509 items with examples
  • Size
  • Source code size: 303.06 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 9 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • findnine/rlibdns
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • DrBrad

rlibdns

This is a simple DNS library that can encode / decode just about every DNS request / response.

To Do

Split the headers from the rr_data (with this we need to worry about cache_flush on some records and OPT case not containing class and ttl)