microstack 0.0.7

The simplest and the fastest implementation of a fixed-size stack on stack
Documentation
---
name: tarpaulin
on:
  push:
    branches:
      - master
jobs:
  check:
    runs-on: ubuntu-20.04
    steps:
      - uses: actions/checkout@v3
      - uses: actions-rs/toolchain@v1
        with:
          toolchain: stable
          override: true
      - uses: actions-rs/tarpaulin@v0.1
        with:
          version: '0.22.0'
          args: '--all-features --exclude-files src/lib.rs -- --test-threads 1'
      - uses: codecov/codecov-action@v3
        with:
          fail_ci_if_error: true