rust-bitcoin-unsafe-fast/internals/src
Tobin C. Harding 4024ba5910
Add unit test for ArrayVec::extend_from_slice
Test that we can extend an `ArrayVec` with a slice that is less than
remaining capacity.
2024-08-30 09:14:43 +10:00
..
error Link to std::error::Error 2024-06-14 14:00:58 +10:00
array_vec.rs Add unit test for ArrayVec::extend_from_slice 2024-08-30 09:14:43 +10:00
const_tools.rs Refactor Rust version checking 2024-08-19 15:21:01 +02:00
error.rs Removed //! spare line at end of headers 2024-05-22 12:23:57 +01:00
lib.rs Refactor Rust version checking 2024-08-19 15:21:01 +02:00
macros.rs internals: Remove double parenthesis in const_assert 2024-08-05 05:34:48 +10:00
parse.rs Use full path in all macro usage of Result 2024-01-18 19:11:01 +01:00
serde.rs Change `T::from_str(s)` to `s.parse::<T>()` 2024-08-27 17:31:00 +01:00