bnum 0.14.4

Fixed-size integer types with generic signedness, bit width and overflow behaviour.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Publish to crates.io

on:
  push:
    branches:
      - master

jobs:
  #test:
  #    uses: ./.github/workflows/test.yml
  publish:
    #needs: test
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: publish
        run: cargo publish --token ${{ secrets.CRATES_IO_TOKEN }}