bitgauss 0.2.0

Fast boolean linear algebra library
Documentation
[[bench]]
harness = false
name = "matrix_ops"
path = "benches/matrix_ops.rs"

[dependencies.rand]
features = ["small_rng"]
version = "0.9.1"

[dependencies.ref-cast]
version = "1.0.24"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.6.0"

[lib]
name = "bitgauss"
path = "src/lib.rs"

[package]
authors = ["Aleks Kissinger <aleks0@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science"]
description = "Fast boolean linear algebra library"
edition = "2021"
homepage = "https://github.com/akissinger/bitgauss"
keywords = ["linear-algebra", "matrix", "bits"]
license = "Apache-2.0"
name = "bitgauss"
readme = "README.md"
repository = "https://github.com/akissinger/bitgauss"
rust-version = "1.81"
version = "0.2.0"