rusty_dns 0.0.3

A DNS implementation with no dependencies other than rand
Documentation
[[bin]]
name = "rusty_dns"
test = false
[dependencies.rand]
version = "0.7.3"

[lib]
doctest = false
name = "rusty_dns"
path = "src/lib.rs"
test = true

[package]
authors = ["willfleetw"]
description = "A DNS implementation with no dependencies other than rand"
edition = "2018"
license = "MIT"
name = "rusty_dns"
readme = "README.md"
repository = "https://github.com/willfleetw/rusty_dns"
version = "0.0.3"