base256b 1.0.1

encoder and decoder for base256 Braille
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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]