sqnc 1.0.0

Traits and adaptors for sequences
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: CI
on:
  pull_request:
  push:
    branches:
      - main
      - release/*
jobs:
  test:
    name: Test
    uses: evalf/workflow-cargo-test/.github/workflows/test.yaml@release/1
    with:
      matrix: '{"rust-toolchain": ["stable", "beta"], "features": ["alloc,ndarray"]}'