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