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
name: test msrv
run-name: ${{ github.actor }}'s patch
on: [push, pull_request]
jobs:
  msrv:
    name: Check MSRV
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: dtolnay/rust-toolchain@1.83
      - run: cargo check