rust-bitcoin-unsafe-fast/internals/src
Tobin C. Harding 514cc5500f
internals: Fix lint warnings on macro
The new `impl_to_hex_from_lower_hex` macro causes build warnings when
`internals` is built without the `alloc` feature.

There are two macro implementations depending on feature gates,
improve the docs and duplicate them ont both macro definitions.
2024-09-11 08:57:50 +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
compact_size.rs Introduce and use new compact_size module 2024-09-05 09:49:56 +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 Merge rust-bitcoin/rust-bitcoin#3259: priority: Introduce and use a new `compact_size` module 2024-09-10 13:27:24 +00:00
macros.rs internals: Fix lint warnings on macro 2024-09-11 08:57:50 +10:00
parse.rs Use full path in all macro usage of Result 2024-01-18 19:11:01 +01:00
script.rs Re-write (and re-name) read_uint_iter 2024-09-09 06:31:39 +10:00
serde.rs Change `T::from_str(s)` to `s.parse::<T>()` 2024-08-27 17:31:00 +01:00