stack-bitset 0.1.0

Stack-allocated generic-sized bitset implementation. WIP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "stack-bitset"
version = "0.1.0"
authors = ["Constantin Gierczak--Galle <constantin.gierczak-galle@ens.fr>"]
edition = "2018"
repository = "https://github.com/Sup3Legacy/stack-bitset"
keywords = ["bitset", "stack-allocated"]
description = "Stack-allocated generic-sized bitset implementation. WIP"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]