4个版本 (2个破坏性版本)
| 0.3.0 | 2020年8月5日 |
|---|---|
| 0.2.0 | 2020年5月7日 |
| 0.1.1 | 2020年5月7日 |
| 0.1.0 | 2020年5月7日 |
#286 in 财务
每月51次下载
用于 elephantry
27KB
701 行
postgres_money
支持PostgreSQL money类型
最初旨在用于rust-postgres。
lib.rs:
依赖项
默认情况下,此crate依赖于regexcrate。
要激活通过serdecrate的JSON序列化,请使用如下语法
[dependencies]
postgres_money = { version = "0.3", features = ["serde"] }
访问Money的文档以获取更多信息。
依赖项
~2.2–4MB
~72K SLoC