smallbitset 0.7.1

This crate provides a series of allocation free sets capable of holding small integer values.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Build
on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout repository
        uses: actions/checkout@master
      - name: Build the library
        uses: actions-rs/cargo@v1
        with:
          command: build