mitsein 0.9.0

Strongly typed APIs for non-empty collections, slices, and iterators.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: CI
on: [pull_request, push, workflow_call, workflow_dispatch]
jobs:
  format:
    uses: ./.github/workflows/format.yml
  lint:
    uses: ./.github/workflows/lint.yml
  document:
    uses: ./.github/workflows/document.yml
  test:
    uses: ./.github/workflows/test.yml
  analyze:
    uses: ./.github/workflows/analyze.yml