dns-codec 0.1.0

represent arbirary data as legal DNS names using a mostly base-38 encoding (including '.' and '-' where permitted).
Documentation
[dependencies.num-bigint]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.thiserror]
version = "2.0"

[lib]
name = "dns_codec"
path = "src/lib.rs"

[package]
authors = ["Edwin Peer <edwin@epiphyte2.co>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding"]
description = "represent arbirary data as legal DNS names using a mostly base-38 encoding (including '.' and '-' where permitted)."
documentation = "https://docs.rs/dns-codec"
edition = "2021"
keywords = ["encode", "decode", "base38", "dns"]
license = "GPL-3.0"
name = "dns-codec"
readme = "README.md"
repository = "https://github.com/epiphyte2/dns-codec"
version = "0.1.0"