Skip to content

- add doc comments to defaults #94

- add doc comments to defaults

- add doc comments to defaults #94

Workflow file for this run

name: build
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build
run: cargo build --verbose
- name: test
run: cargo test --verbose --features serde