/uuid-rs

Primary LanguageRustApache License 2.0Apache-2.0

Dev

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

cargo fmt -- --check

cargo build-all-features
cargo test-all-features -- --nocapture

RUSTFLAGS="--cfg uuid_unstable" cargo test-all-features -- --nocapture