Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 269 Bytes

File metadata and controls

16 lines (11 loc) · 269 Bytes

Dev

cargo clippy --all-features --tests --examples -- -D clippy::all
cargo +nightly clippy --all-features --tests --examples -- -D clippy::all

cargo fmt -- --check

cargo test-all-features -- --nocapture

Publish

cargo publish --workspace