Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tranzystorekk/fractions-rs

Rust library for common fractions
https://github.com/tranzystorekk/fractions-rs

fractions rust-library

Last synced: 21 days ago
JSON representation

Rust library for common fractions

Awesome Lists containing this project

README

        

# libfractions - A Rust common fraction library

## About

This is a library that provides common fractions,
i.e. values in form $`\frac c d`$ where $`c \in \mathbb{Z}`$, $`d \in \mathbb{Z}^+`$.

The aim is mostly to practice creating real projects in rust,
with all typical elements (unit tests, documentation, etc.).