half_matrix 0.1.1

A Half Matrix implementation. Used mostly to represent many to many boolean representations. For example, if you have A, B, C. You can say (B, A) = true and the rest = false. See the docs.rs page or the github repository for more information.
Documentation
[dependencies.hibitset]
version = "0.5"

[package]
authors = ["Joël Lupien (Jojolepro) <jojolepromain@gmail.com>"]
description = "A Half Matrix implementation.\nUsed mostly to represent many to many boolean representations.\n\nFor example, if you have A, B, C.\nYou can say (B, A) = true and the rest = false.\n\nSee the docs.rs page or the github repository for more information.\n"
documentation = "https://docs.rs/half_matrix"
edition = "2018"
exclude = ["doc"]
keywords = ["half", "matrix", "groups"]
license = "Apache-2.0"
name = "half_matrix"
repository = "https://github.com/jojolepro/half-matrix"
version = "0.1.1"