**u8dl** is a Rust library providing drivers for monochrome devices such as OLEDs and LCDs, designed for embedded systems.
**TODO**
- --
To use this library in your Rust project, add the following to your `Cargo.toml` file:
```toml
[dependencies]
u8dl = "0.1.0"
```