This crate implements bitcoin amount handling functionality with safety in mind.
This crate has the following features:
serde
: enables serialization/deserialization ofAmounts
.serde_json
: enables the creation ofAmounts
fromserde_json
numbers.strason
: enables the creation ofAmounts
fromstrason
numbers.