a6ecc58a5e
Pnicking on oversized slice is useful to catch errors in code that's supposed to know the exact sizes but this is undesirable in code that doesn't. These two methods help with handling the case when `buf.len()` is not known upfront. |
||
---|---|---|
.. | ||
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.