const_parse 1.0.0

Parses *any* input string into a `u128` value.
Documentation
name: Rust

on:
  push: {}
  pull_request: {}

jobs:
  build_test:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        rust:
        # - 1.51.0
        - stable
        - beta
        - nightly
    steps:
    - uses: actions/checkout@v1
    - uses: actions-rs/toolchain@v1
      with:
        profile: minimal
        toolchain: ${{ matrix.rust }}
        default: true
    - name: Test the crate.
      uses: actions-rs/cargo@v1
      with:
        command: test