Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 406 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 406 Bytes

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

cargo test -p serde-field-default --features alloc,chrono,chrono-tz -- --nocapture

cargo test -p serde-attributes --features _integration_tests --test integration_tests -- --nocapture