Crate cowry

Crate cowry 

Source
Expand description

ยงCowry ๐Ÿ„๐Ÿ’ฐ

A financial math library with support for currencies, precise rounding, and batch operations over monetary values using Owo.

Re-exportsยง

pub use crate::currency::Currency;
pub use crate::owo::Owo;
pub use crate::traits::BatchOperations;
pub use crate::rounding::RoundingMode;

Modulesยง

currency
error
owo
prelude
The Cowry Prelude
rounding
traits