rust-bitcoin-unsafe-fast/internals
Tobin C. Harding a55e78a28d
internals: Implement Default for ArrayVec
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`.
2024-02-28 13:19:43 +11:00
..
contrib CI: Epic overhaul 2024-02-02 05:57:23 +11:00
src internals: Implement Default for ArrayVec 2024-02-28 13:19:43 +11:00
CHANGELOG.md
Cargo.toml Add rust-version to the workspace manifests 2023-11-23 06:20:04 +11:00
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.