num-bigfloat 1.7.2

Increased precision floating point numbers implemented purely in Rust.
Documentation
name: Rust

on:
  push:
    branches: [ main, develop ]
  pull_request:
    branches: [ main, develop ]

env:
  CARGO_TERM_COLOR: always

jobs:
  check-formatting:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v3
    - name: Check formatting
      run: rustfmt --check ./src/*.rs