Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vborovikov/pantry

Custom data types for working with fractions, measurements, and money
https://github.com/vborovikov/pantry

csharp currency currency-converter customary dotnet fractional fractions imperial measurement-units measurements mesure metric money

Last synced: about 2 months ago
JSON representation

Custom data types for working with fractions, measurements, and money

Awesome Lists containing this project

README

        

# Pantry Library

[![Downloads](https://img.shields.io/nuget/dt/PantryLib.svg)](https://www.nuget.org/packages/PantryLib)
[![NuGet](https://img.shields.io/nuget/v/PantryLib.svg)](https://www.nuget.org/packages/PantryLib)
[![MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/vborovikov/pantry/blob/main/LICENSE)

Pantry is a utility library that provides custom data types to work with various types of values. The `Fractional` data type can be used to represent and perform operations on fractions, while the `Measure` data type can be used to work with measurements and quantities, and the `Money` and `Currency` data types can be used to handle sums of money and currency conversions. This library could be useful in a variety of applications where these types of values need to be handled and manipulated.