bit-string 0.2.0

A compact owned bit string type with editing, matching, and bitwise operations.
Documentation
1
2
3
4
5
6
7
8
9
repos:
  - repo: local
    hooks:
      - id: cargo-test
        name: cargo test
        entry: cargo test --quiet
        language: system
        pass_filenames: false
        always_run: true