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
name: Build docs

on:
  pull_request:
    branches:
      - master

jobs:
  build_docs:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: build docs
        run: RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features --no-deps -Zrustdoc-map