rust-bitcoin-unsafe-fast/internals/src
Tobin C. Harding c1eccfde25
Move Witness to primitives
Move the `Witness` over to `primitives` leaving behind any method that
takes or returns a `Script` or a signature.

Includes addition of a feature gate to unit test.
2024-10-18 14:02:03 +11:00
..
error Remove unnecessary lifetime 2024-10-10 10:18:49 +11:00
array_vec.rs Add unit test for ArrayVec::extend_from_slice 2024-08-30 09:14:43 +10:00
compact_size.rs Run the formatter 2024-10-10 10:39:53 +11: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 Warn on future deprecations 2024-10-15 07:56:06 +11:00
macros.rs Allow unused in `macros.rs` docs 2024-09-18 16:38:19 +01:00
parse.rs clippy: change accidental doccomments into correct comments 2024-09-30 12:30:57 +00:00
script.rs Re-write (and re-name) read_uint_iter 2024-09-09 06:31:39 +10:00
serde.rs Move Witness to primitives 2024-10-18 14:02:03 +11:00