Skip to content

docs: readme update and version 0.2.1 #11

docs: readme update and version 0.2.1

docs: readme update and version 0.2.1 #11

Workflow file for this run

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