Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tranzystorekk/fractions-rs
- Owner: tranzystorekk
- Created: 2019-11-19T07:51:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T19:52:01.000Z (about 4 years ago)
- Last Synced: 2023-10-28T06:24:45.799Z (about 1 year ago)
- Topics: fractions, rust-library
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.).