fractions 0.1.0

A simple, lightweight crate for fraction arithmetic
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies]

[[example]]
name = "calculator"
path = "examples/calculator.rs"

[lib]
name = "fractions"
path = "src/lib.rs"

[package]
authors = ["Mattes Rötschke <dev@mattes-roetschke.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "algorithms"]
description = "A simple, lightweight crate for fraction arithmetic"
documentation = "https://docs.rs/fractions"
edition = "2024"
homepage = "https://github.com/mroetsc/fractions"
keywords = ["fraction", "math", "arithmetic", "rational", "numerics"]
license = "MIT OR Apache-2.0"
name = "fractions"
readme = "README.md"
repository = "https://github.com/mroetsc/fractions"
version = "0.1.0"