braillefb 0.2.0

A framebuffer that takes a `&[bool]` slice and returns 2x4 "dot" (pixel) braille `char`s
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Odin Dutton <odindutton@gmail.com>"]
categories = ["command-line-interface"]
description = 'A framebuffer that takes a `&[bool]` slice and returns 2x4 "dot" (pixel) braille `char`s'
edition = "2021"
keywords = ["framebuffer", "braille", "terminal"]
license = "MIT OR Apache-2.0"
name = "braillefb"
readme = "README.md"
repository = "https://github.com/twe4ked/braillefb"
resolver = "2"
version = "0.2.0"