dnsparse 0.1.0

A `no_std` library for parsing and generating DNS queries and responses.
Documentation
[dependencies]

[package]
authors = ["Markus Reiter <me@reitermark.us>"]
categories = ["network-programming", "parser-implementations"]
description = "A `no_std` library for parsing and generating DNS queries and responses."
documentation = "https://docs.rs/dnsparse"
edition = "2018"
exclude = ["/.github"]
homepage = "https://github.com/reitermarkus/dnsparse"
keywords = ["dns", "query", "response", "no-std"]
license = "MIT OR Apache-2.0"
name = "dnsparse"
readme = "ReadMe.md"
repository = "https://github.com/reitermarkus/dnsparse"
version = "0.1.0"