binarytext 0.1.0

Binary-to-text encoders / decoders
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "binarytext"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "Binary-to-text encoders / decoders"
homepage = "https://codeberg.org/lostincode/binarytext"
repository = "https://codeberg.org/lostincode/binarytext"
readme = "README.md"
keywords = ["encode", "decode", "base16", "base32", "base64"]

[[bin]]
name = "binarytext"
path = "src/main.rs"

[dependencies]