p99 0.0.2

Low-cost generation of performance percentiles (p50, p90, p99, etc.)
Documentation
name: Rust

on:
  push:
    branches: [ "master", "dev", "gha" ]
  pull_request:
    branches: [ "master", "dev", "gha" ]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v4
    - name: Build
      run: cargo build --verbose
    - name: Run tests
      run: cargo test --verbose