sparse-bin-mat 0.5.0

A sparse implementation of a binary matrix optimized for row operations
Documentation
[dependencies.is_sorted]
version = "0.1.1"

[dependencies.itertools]
version = "0.9.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.123"

[dependencies.serde_json]
version = "1.0.62"
[dev-dependencies.serde_test]
version = "1.0.123"

[package]
authors = ["maxtremblay <maxtremblay>"]
categories = ["data-structures", "algorithms"]
description = "A sparse implementation of a binary matrix optimized for row operations"
edition = "2018"
keywords = ["sparse", "binary", "matrix"]
license = "MIT OR Apache-2.0"
name = "sparse-bin-mat"
repository = "https://github.com/maxtremblay/sparse-binary-matrix"
version = "0.5.0"