dns-codec 0.1.0

represent arbirary data as legal DNS names using a mostly base-38 encoding (including '.' and '-' where permitted).
Documentation
1
2
3
4
5
6
7
8
9
# dns-codec
[![](https://img.shields.io/crates/v/dns-codec.svg)](https://crates.io/crates/dns-codec) [![Docs](https://docs.rs/dns-codec/badge.svg)](https://docs.rs/dns-codec)

![logo.webp](./doc/logo.webp)
## Overview
dns-codec provides functions to encode and decode arbitrary data `&[u8]` to and from legal DNS names using a mostly
base-38 encoding (including  '.' and '-' where permitted).
## License
`dns-codec` is licensed under the General Public License 3.0. Please see `LICENSE` for details.