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
[dependencies]

[package]
description = "A lightweight library for working with mathematical binary relations."
documentation = "https://docs.rs/relations"
edition = "2021"
homepage = "https://github.com/jmaarleveld/rust-relations"
include = ["src/*.rs", "Cargo.toml"]
license = "Apache-2.0"
name = "relations"
readme = "README.md"
repository = "https://github.com/jmaarleveld/rust-relations"
version = "0.2.0"