rust-bitcoin-unsafe-fast/bitcoin
yancy fcc4c40a1c Rename from_vb_const
The new function is more clear because the purpose of the function is to
return a value that doesn't need to be unwrapped.  The current MSRV does
not allow unwrap() in const context.
2023-11-28 09:01:03 +01:00
..
contrib bitcoin: Add signing examples 2023-10-31 10:11:48 +11:00
embedded Update to edition 2021 2023-11-23 06:20:03 +11:00
examples bitcoin: Add signing examples 2023-10-31 10:11:48 +11:00
src Rename from_vb_const 2023-11-28 09:01:03 +01:00
tests Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
CHANGELOG.md Bump MSRV to Rust version 1.56.1 2023-11-23 06:20:02 +11:00
Cargo.toml Merge rust-bitcoin/rust-bitcoin#2188: Bump MSRV to Rust version 1.56.1 2023-11-26 13:48:23 +00:00
build.rs Bump MSRV to Rust version 1.56.1 2023-11-23 06:20:02 +11:00