2 releases

Uses old Rust 2015

0.0.2 Jan 15, 2017
0.0.1 Dec 27, 2016

#47 in #dns-server

23 downloads per month

MIT/Apache

125KB
3K SLoC

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.


lib.rs:

Sparkle is a DNS server framework, useful for writing DNS server applications that do dynamic per-request processing.

No runtime deps