Crates.io | bitcoin-amount |
lib.rs | bitcoin-amount |
version | 0.1.4 |
source | src |
created_at | 2018-07-29 17:21:35.08312 |
updated_at | 2018-07-30 22:39:55.234369 |
description | Safe manipulation of bitcoin amounts |
homepage | https://github.com/jeandudey/rust-bitcoin-amount |
repository | https://github.com/jeandudey/rust-bitcoin-amount |
max_upload_size | |
id | 76494 |
size | 8,329 |
This crate implements bitcoin amount handling functionality with safety in mind.
This crate has the following features:
serde
: enables serialization/deserialization of Amounts
.serde_json
: enables the creation of Amounts
from serde_json
numbers.strason
: enables the creation of Amounts
from strason
numbers.