Skip to content

docs: update roadmap in readme #4

docs: update roadmap in readme

docs: update roadmap in readme #4

Workflow file for this run

name: Unit Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-06-30
override: true
- name: Unit Tests
working-directory: .
run: cargo test