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.
- Host: GitHub
- URL: https://github.com/jeandudey/rust-bitcoin-amount
- Owner: jeandudey
- Created: 2018-07-29T13:47:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T22:40:09.000Z (almost 8 years ago)
- Last Synced: 2025-12-14T01:51:32.029Z (6 months ago)
- Topics: bitcoin, bitcoind, cryptocurrency, rust-bitcoin
- Language: Rust
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.