topology-traits 0.1.1

Topological traits for generic mathematics in Rust.
Documentation
[dependencies.num-traits]
version = "0.2"

[features]
default = ["std"]
libm = ["num-traits/libm"]
std = ["num-traits/std"]

[package]
authors = ["Nicolas Klenert <klenert.nicolas@gmail.com>"]
categories = ["mathematics", "algorithms", "no-std"]
description = "Topological traits for generic mathematics in Rust."
documentation = "https://docs.rs/topology-traits"
edition = "2018"
exclude = [".gitignore", "CHANGELOG.md", "CONTRIBUTING.md"]
keywords = ["mathematics", "topology", "metric", "merge"]
license = "MIT OR Apache-2.0"
name = "topology-traits"
readme = "README.md"
repository = "https://github.com/NicolasKlenert/topology-traits"
version = "0.1.1"