a55e78a28d
In an unrelated PR CI run we got the following error: ``` error: you should consider adding a `Default` implementation for `ArrayVec<T, CAP>` ``` I did not bother to dig any deeper since this seems like a reasonable suggestion by the compiler since we provide a `new` function that takes zero arguments. Add a `Default` implementation to `ArrayVec`. |
||
---|---|---|
.. | ||
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.