Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

fix: Pass slice instead of vec #10

fix: Pass slice instead of vec

fix: Pass slice instead of vec #10

Workflow file for this run

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