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

#6 in #amounts

Download history 7/week @ 2024-07-22 16/week @ 2024-07-29 19/week @ 2024-08-05 14/week @ 2024-08-12 8/week @ 2024-08-19 14/week @ 2024-08-26 12/week @ 2024-09-02 16/week @ 2024-09-09 9/week @ 2024-09-16 37/week @ 2024-09-23 18/week @ 2024-09-30 1/week @ 2024-10-07 14/week @ 2024-10-14 11/week @ 2024-10-21 27/week @ 2024-11-04

52 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

~195KB