rust-bitcoin-unsafe-fast/internals/src
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
..
error Add bitcoin-units crate 2023-12-11 08:52:31 +11:00
array_vec.rs Add a simple `Copy`-able `ArrayVec` 2023-12-15 01:37:53 +01:00
const_tools.rs Add tools that help with making code `const` 2023-12-15 01:37:33 +01:00
error.rs Remove impl_std_error macro 2023-10-04 15:15:34 +11:00
lib.rs Add a simple `Copy`-able `ArrayVec` 2023-12-15 01:37:53 +01:00
macros.rs internals: Remove attribution from all files 2023-05-01 09:31:42 +10:00
parse.rs Remove docsrs attributes 2023-07-14 14:59:11 +10:00
serde.rs Bump MSRV to Rust version 1.56.1 2023-11-23 06:20:02 +11:00