strict-num 0.1.1

A collection of bounded numeric types
Documentation
[dependencies.float-cmp]
default-features = false
features = ["std"]
optional = true
version = "0.9"

[features]
approx-eq = ["float-cmp"]
default = ["approx-eq"]

[package]
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
categories = ["mathematics", "no-std"]
description = "A collection of bounded numeric types"
documentation = "https://docs.rs/strict-num/"
edition = "2018"
license = "MIT"
name = "strict-num"
readme = "README.md"
repository = "https://github.com/RazrFalcon/strict-num"
version = "0.1.1"