Skip to content

Safe handling and representation of bitcoin amounts in Rust.

Notifications You must be signed in to change notification settings

jeandudey/rust-bitcoin-amount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.