半分
hanbun is a library for drawing half blocks (▀ and ▄) to the terminal. This makes various kinds of graphics possible.
Example
Here is an example that makes use of common features such as creating a buffer, setting colored half blocks, printing text and finally drawing the buffer to the screen.
use ;
The result:

Results may vary depending on the terminal.
Make sure to check out the other examples too!
You can clone this repository and run examples
like the calculator using cargo run --example calculator.
Footnotes
This is my first Rust library to make some crate development experience.