`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 | ||
build.rs |
README.md
Rust Bitcoin Internals
This crate is only meant to be used internally by crates in the rust-bitcoin ecosystem.
This crate will never be stabilized, depend on it at your own risk.