Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 204 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 204 Bytes

use

cargo test --bin <algorithm name in Cargo.toml>
# or
cargo install cargo-nextest
cargo nextest run --bin <algorithm name in Cargo.toml>

cargo run --bin <algorithm name in Cargo.toml>