arbitrary-int 2.1.1

Modern and lightweight implementation of u2, u3, u4, ..., u127.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: test borsh
run-name: ${{ github.actor }}'s patch
on: [push, pull_request]
jobs:
  build-and-test:
    runs-on: ubuntu-22.04
    steps:
      - uses: actions/checkout@v4
      - uses: actions-rust-lang/setup-rust-toolchain@v1
        with:
          cache: true
          toolchain: nightly
      - run: |
          cargo test --no-default-features --features=borsh
          cargo test --no-default-features --features=borsh,std