cobs-simd 0.2.1

COBS encoding library using SIMD instructions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: ci
on: push

jobs:
    test:
        name: Test
        runs-on: ubuntu-22.04
        steps:
          - uses: dtolnay/rust-toolchain@nightly
            with:
              components: rust-src
          - uses: actions/checkout@v4
          - run: cargo test