serde-partial 0.3.1

Serde partial serialization made easy
Documentation
1
2
3
4
5
6
7
8
on: [push, pull_request]
jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - run: cargo fmt --all -- --check && cargo clippy --workspace -- -D warnings
      - run: cargo test