rust-bitcoin-unsafe-fast/bitcoin
Tobin C. Harding 3625d74e8b
Make pub in crate functions pub crate
In preparation for adding a private extension trait change the scope to
`pub(crate)` because the more specific `pub(in ...)` is not currently
supported by our `define_extension_trait` macro.
2024-08-19 10:40:05 +10:00
..
contrib Bump MSRV to 1.63 2024-07-27 07:24:32 +02:00
embedded Move opcodes to primitives 2024-07-09 15:26:33 +10:00
examples Replace impl blocks with extension traits 2024-08-13 13:14:00 +02:00
src Make pub in crate functions pub crate 2024-08-19 10:40:05 +10:00
tests Replace impl blocks with extension traits 2024-08-13 13:14:00 +02:00
CHANGELOG.md Capitalize Merkle 2024-07-01 17:42:43 +01:00
Cargo.toml Remove build cfg for versions less than MSRV 2024-08-08 12:03:06 +10:00
build.rs Parse MSRV minor version number from env 2024-08-12 14:24:31 -05:00