Skip to content

Support indexing with most core::ops::Range* types. #9

Support indexing with most core::ops::Range* types.

Support indexing with most core::ops::Range* types. #9

Workflow file for this run

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