`s.parse` is more idiomatic and produces more helpful error messages. This has been changed repo wide in the main codebase, not including examples, rustdocs, and in the test module. `use std::str::FromStr;` has been removed where this change makes it unnecessary. |
||
---|---|---|
.. | ||
contrib | ||
src | ||
CHANGELOG.md | ||
Cargo.toml | ||
README.md |
README.md
Bitcoin Units
This crate provides basic Bitcoin numeric units such as Amount
.
Minimum Supported Rust Version (MSRV)
This library should always compile with any combination of features on Rust 1.63.0.
Licensing
The code in this project is licensed under the Creative Commons CC0 1.0 Universal license. We use the SPDX license list and SPDX IDs.