nginx-secure-link 0.1.1

Library to generate or verify checksums for use with the Nginx secure_link_module
Documentation
name: Tests
on: [push, pull_request]
jobs:
  test:
    name: Rust ${{matrix.rust}}
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        rust: [stable, beta, nightly]
    steps:
      - uses: actions/checkout@v2
      - uses: actions-rs/toolchain@v1
        with:
          toolchain: ${{matrix.rust}}
          profile: minimal
          override: true
      - name: Test
        run: cargo test