Skip to content

Update README with new usage #5

Update README with new usage

Update README with new usage #5

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint
run: cargo fmt --all -- --check
- name: Build
run: cargo build