strict-num 0.2.0

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

[dependencies.serde]
optional = true
version = "1"
[dev-dependencies.serde_json]
version = "1"

[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 = "2021"
license = "MIT"
name = "strict-num"
readme = "README.md"
repository = "https://github.com/RazrFalcon/strict-num"
rust-version = "1.56"
version = "0.2.0"