postgres_money 0.4.1

A library to generate and parse Postgres money types.
Documentation
1
2
3
4
5
6
#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)]
pub enum Error {
    OutOfRange,
    ParseInt,
    InvalidString,
}