Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 574 Bytes

File metadata and controls

36 lines (21 loc) · 574 Bytes

Dev

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

cargo fmt -- --check

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

Publish

cargo publish --workspace

Publish order

serde-rename-rule

serde-attributes

serde-enum-str

serde-datetime

serde-aux-ext

serde-field-default

serde-field-with