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
10
11
12
13
14
15
16
17
[package]
name = "dns-codec"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0"
authors = ["Edwin Peer <edwin@epiphyte2.co>"]
readme = "README.md"
description = "represent arbirary data as legal DNS names using a mostly base-38 encoding (including '.' and '-' where permitted)."
documentation = "https://docs.rs/dns-codec"
repository = "https://github.com/epiphyte2/dns-codec"
keywords = ["encode", "decode", "base38", "dns"]
categories = ["encoding"]

[dependencies]
num-bigint = "0.4"
rand = "0.8"
thiserror = "2.0"