relations 0.2.0

A lightweight library for working with mathematical binary relations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "relations"
description = "A lightweight library for working with mathematical binary relations."
homepage = "https://github.com/jmaarleveld/rust-relations"
repository = "https://github.com/jmaarleveld/rust-relations"
documentation = "https://docs.rs/relations"
readme = "README.md"
version = "0.2.0"
license = "Apache-2.0"
edition = "2021"
include = [
    "src/*.rs",
    "Cargo.toml"
]


[dependencies]