Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/resurgencelabs/fraction

The Noir library for the Fraction data type, maintained by Resurgence Labs.
https://github.com/resurgencelabs/fraction

Last synced: about 1 month ago
JSON representation

The Noir library for the Fraction data type, maintained by Resurgence Labs.

Awesome Lists containing this project

README

        

# fraction
The Noir repository for accessing Fractions by Resurgence Labs

# usage
To Use as a Dependency, add the following line to your project's Nargo.toml under [dependencies]:
fraction = { tag = "v1.2.2", git = "https://github.com/resurgencelabs/fraction" }

Note: This is a highly dynamic repository. The code will change as more features are added, both at the repository level by Resurgence Labs, as well as at the language level itself by the Noir team.