[package]
name = "staticfraction"
version = "0.0.1"
authors = ["chrysn <chrysn@fsfe.org>"]
description = "numeric data types that represent fractions; generalized fixed-point numbers"
repository = "https://gitlab.com/chrysn/staticfraction"
readme = "README.rst"
keywords = ["numerics", "fractions", "mathematics", "static", "types"]
license = "GPL-3.0"
[badges]
gitlab = { repository = "chrysn/staticfraction" }
[dependencies]
num = ">= 0.1"
[dependencies.fraction]
version = ">= 0.3"
optional = true
[features]
to_fraction = ["fraction"]