num-notation 0.1.3

Offers multiple numeric choices, allowing you to work with various number representations including StandardForm, fractions, and f64 floating-point decimals. This versatile crate empowers your Rust projects with flexible numeric handling.
Documentation
[dependencies.fraction]
default-features = false
version = "0.13.1"

[dependencies.num-traits]
optional = true
version = "0.2.16"

[dependencies.ordered-float]
optional = true
version = "4.1.0"

[dependencies.standardform]
version = "0.1.4"

[dependencies.thiserror]
version = "1.0.48"

[features]
hash = ["dep:ordered-float", "standardform/hash"]
num = ["dep:num-traits", "standardform/num"]

[package]
authors = ["Aarav Shah <aaravaditya51@gmail.com>"]
description = "Offers multiple numeric choices, allowing you to work with various number representations including StandardForm, fractions, and f64 floating-point decimals. This versatile crate empowers your Rust projects with flexible numeric handling."
documentation = "https://docs.rs/num-notation"
edition = "2021"
homepage = "https://github.com/Deaths-Door/num-notation-rs"
license = "MIT OR Apache-2.0"
name = "num-notation"
readme = "README.md"
repository = "https://github.com/Deaths-Door/num-notation-rs"
version = "0.1.3"