[default]
cargo run --example ui

[check]
cargo clippy --examples -- -D warnings
cargo test
cargo fmt

[todo]
grep TODO src/*
