mathie 0.0.3

A rust math type library.
Documentation
[dependencies.euclid]
optional = true
version = "0.22.7"

[dependencies.num-traits]
version = "0.2.15"

[features]
debug_unit_check = []
euclid_compat = ["euclid"]
imperial_units = []
metric_units = []
nautical_units = []

[package]
authors = ["notequalalpha"]
description = "A rust math type library."
edition = "2021"
exclude = [".idea/*"]
homepage = "https://github.com/alphaqu/mathie"
keywords = ["geometry", "math", "library"]
license = "MIT / Apache-2.0"
name = "mathie"
readme = "README.md"
repository = "https://github.com/alphaqu/mathie"
resolver = "2"
version = "0.0.3"