growable-bloom-filter 0.2.3

Scalable Bloom Filters with serde support
Documentation
name: Growable Bloom Filters

on: [push]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - name: Install nightly
      uses: actions-rs/toolchain@v1
      with:
        profile: minimal
        toolchain: nightly
        override: true
    - uses: actions/checkout@v1
    - name: Build
      run: cargo build --verbose
    - name: Run tests
      run: cargo test --verbose