A general-purpose library for Rust that can help developers create various kinds of applications in a shorter amount of time. This library is also used to serve as a custom extension to the Rust standard library.
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