Skip to content

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

License

Notifications You must be signed in to change notification settings

vborovikov/pantry

Repository files navigation

Pantry Library

Downloads NuGet MIT

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.