[package]
name = "base256b"
version = "1.0.1"
edition = "2024"
authors = ["konkitoman"]
description = "encoder and decoder for base256 Braille"
categories = ["embedded", "no-std"]
keywords = ["base256"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/konkitoman/base256b"
[features]
use-std = []
default = ["use-std"]
[dependencies]