[[bin]]
name = "base256"
path = "src/bin/base256.rs"
required-features = ["std"]
[dependencies]
[features]
default = ["std"]
std = []
[lib]
name = "b256"
path = "src/lib.rs"
[package]
authors = ["Rotko Networks <hq@rotko.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "no-std"]
description = "Dense byte to unicode character encoding"
edition = "2024"
keywords = ["encoding", "base256", "unicode", "no-std"]
license = "MIT OR Apache-2.0"
name = "b256"
readme = "README.md"
repository = "https://github.com/rotkonetworks/b256"
version = "0.1.2"