Skip to content

Implement ReadAt and Size for Arc<RandomAccessFile> #6

Implement ReadAt and Size for Arc<RandomAccessFile>

Implement ReadAt and Size for Arc<RandomAccessFile> #6

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test
- run: cargo doc