rust-bitcoin-unsafe-fast/internals
Martin Habovstiak 7c3b198127 Add a simple `Copy`-able `ArrayVec`
The `arrayvec::ArrayVec` type is not `Copy` which is not nice and we
would like to have a `Copy` type in our crates. While the PR to add
support to the `arrayvec` crate is not merged we implement our own
simplified version.

This one acts mostly as a dumb storage - it has just a few methods and
traits. The new ones can be added as needed later.
2023-12-15 01:37:53 +01:00
..
contrib Test with minimal dependency versions 2023-05-03 08:06:46 +10:00
src Add a simple `Copy`-able `ArrayVec` 2023-12-15 01:37:53 +01:00
CHANGELOG.md internals: Bump version to 0.2.0 2023-07-14 14:31:21 +10:00
Cargo.toml Add rust-version to the workspace manifests 2023-11-23 06:20:04 +11:00
README.md Introduce bitcoin-internals crate 2022-09-13 08:59:57 +10:00
build.rs Bump MSRV to Rust version 1.56.1 2023-11-23 06:20:02 +11:00

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.