Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Fallible visitor methods #52

Fallible visitor methods

Fallible visitor methods #52

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test
- run: cargo doc
- run: cargo check --manifest-path fuzz/Cargo.toml