Skip to content

MVP serialize

MVP serialize #54

Workflow file for this run

name: Continuous integration
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --all-features
- run: cargo test --all-features