An open API service indexing awesome lists of open source software.

https://github.com/jeandudey/rust-bitcoin-amount

Safe handling and representation of bitcoin amounts in Rust.
https://github.com/jeandudey/rust-bitcoin-amount

bitcoin bitcoind cryptocurrency rust-bitcoin

Last synced: 2 months ago
JSON representation

Safe handling and representation of bitcoin amounts in Rust.

Awesome Lists containing this project

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.