rlvgl 0.1.6

A modular, idiomatic Rust reimplementation of the LVGL graphics library for embedded and simulator use.
Documentation
1
2
3
coverage:
	cargo test --workspace --target x86_64-unknown-linux-gnu
	grcov . -s . --binary-path ./target/x86_64-unknown-linux-gnu/debug/ -t html --branch --ignore-not-existing -o coverage/