[go: up one dir, main page]

fraction 0.3.1

Fraction is a lossless float type implementation that can be used for matching, ordering and hashing
Documentation
[package]
name = "fraction"
version = "0.3.1"
authors = ["dnsl48 <dnsl48@gmail.com>"]

description = "Fraction is a lossless float type implementation that can be used for matching, ordering and hashing"
keywords = ["fraction"]

license = "MIT/Apache-2.0"

homepage = "https://github.com/dnsl48/fraction.git"
repository = "https://github.com/dnsl48/fraction.git"
# documentation = "https://github.com/dnsl48/fraction/wiki"
readme = "README.md"


[dependencies]


[dependencies.num]
version = "0.1.36"
default-features = false
features = ["bigint", "rational"]