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 1 month ago
JSON representation
Custom data types for working with fractions, measurements, and money
- Host: GitHub
- URL: https://github.com/vborovikov/pantry
- Owner: vborovikov
- License: mit
- Created: 2023-05-19T05:27:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T05:55:03.000Z (about 1 year ago)
- Last Synced: 2024-12-28T23:54:47.499Z (10 months ago)
- Topics: csharp, currency, currency-converter, customary, dotnet, fractional, fractions, imperial, measurement-units, measurements, mesure, metric, money
- Language: C#
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pantry Library
[](https://www.nuget.org/packages/PantryLib)
[](https://www.nuget.org/packages/PantryLib)
[](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.