sparkle-dns 0.0.2

DNS server framework
Documentation
  • Coverage
  • 58.21%
    39 out of 67 items documented1 out of 7 items with examples
  • Size
  • Source code size: 141.01 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.1 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: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • cmbrandenburg/sparkle-dns
    2 0 6
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • cmbrandenburg

Sparkle-DNS

Sparkle-DNS is a DNS server framework, written in Rust.

The sparkle crate is a library that aims to be useful for people who're writing high-performance DNS servers capable of doing powerful dynamic handling of DNS request messages. This is unlike a traditional DNS server, which is (1) an executable and (2) statically configured, even if updated frequently.

Sparkle-DNS is a side project while I work on the DNS team for a CDN. It's very much a work-in-progress and currently very immature.