charlcd 1.0.0

Rust library for charlcd.c Linux driver (HD44780 et al.)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.byteorder]
version = "1"

[package]
authors = ["Agathe Porte <microjoe@microjoe.org>"]
categories = ["embedded"]
description = "Rust library for charlcd.c Linux driver (HD44780 et al.)"
edition = "2018"
keywords = ["linux", "hd44780", "charlcd", "driver", "lcd"]
license = "Apache-2.0"
name = "charlcd"
readme = "README.md"
repository = "https://github.com/gagath/charlcd"
version = "1.0.0"