5 releases

Uses old Rust 2015

0.1.4 Jul 30, 2018
0.1.3 Jul 30, 2018
0.1.2 Jul 30, 2018
0.1.1 Jul 30, 2018
0.1.0 Jul 29, 2018

#9 in #amounts

Download history 21/week @ 2024-02-19 20/week @ 2024-02-26 22/week @ 2024-03-04 21/week @ 2024-03-11 19/week @ 2024-03-18

89 downloads per month

MIT/Apache

9KB
180 lines

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.

lib.rs:

Bitcoin Amount

Dependencies

~0–290KB