If you find any bugs or issues when using this crate, feel free to create an issue or open a pull request.
Prerequisites:
- rust
- clippy (installed alongside rust if
rustup
was used for installation) - rust-fmt (installed alongside rust if
rustup
was used for installation)
git clone https://github.com/ev3nvy/rman-rs.git
cargo check
cargo clippy
cargo fmt
cargo test
cargo test --all-features