Skip to content

Improve FFI generation #42

Improve FFI generation

Improve FFI generation #42

Workflow file for this run

name: cargo test
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
default: true
- uses: actions-rs/cargo@v1
with:
command: test