A high performance entity component system useful as a backend for developing GUI applications and video games.
sh
cargo fmt
sh
cargo watch -x fmt
sh
cargo clippy --all-features
sh
cargo watch -x "clippy --all-features"
sh
cargo build
sh
cargo watch -x build
sh
cargo test
sh
cargo watch -x test