widebits 0.0.1

An experimental bit sequence library with bitwise operations and SIMD acceleration.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "widebits"
version = "0.0.1"
edition = "2024"
rust-version = "1.85"
description = "An experimental bit sequence library with bitwise operations and SIMD acceleration."
license = "MIT OR Apache-2.0"
repository = "https://github.com/jcfangc/widebits"
readme = "README.md"
keywords = ["bitset", "bits", "bitwise", "simd", "bitmap"]
categories = ["data-structures", "algorithms"]

[dependencies]

[dev-dependencies]
proptest = "1.10.0"