bitcoin-amount

Crates.iobitcoin-amount
lib.rsbitcoin-amount
version0.1.4
sourcesrc
created_at2018-07-29 17:21:35.08312
updated_at2018-07-30 22:39:55.234369
descriptionSafe manipulation of bitcoin amounts
homepagehttps://github.com/jeandudey/rust-bitcoin-amount
repositoryhttps://github.com/jeandudey/rust-bitcoin-amount
max_upload_size
id76494
size8,329
Jean-Pierre De Jesus DIAZ (jeandudey)

documentation

https://docs.rs/bitcoin-amount

README

rust-bitcoin-amount

This crate implements bitcoin amount handling functionality with safety in mind.

Features

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.
Commit count: 15

cargo fmt