Skip to content

Make the fields of SliceType pub. #184

Make the fields of SliceType pub.

Make the fields of SliceType pub. #184

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check formatting
run: cargo fmt --check
- name: Build
run: cargo build --verbose --all-targets
- name: Run tests
run: cargo test --verbose