cash 0.3.4

An immutable library to create, calculate, format and exchange currency.
Documentation
1
2
3
4
5
6
7
8
9
use crate::Cash;

pub trait Format {

}

impl Format for Cash {

}