rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding 761de886be
Remove imports of TryFrom and TryInto
Now that MSRV is Rust 1.56.1 we no longer need to explicitly import
`TryFrom` and `TryInto`.

No clue why clippy didn't find these for us.
2023-11-24 03:52:05 +11:00
..
address Merge rust-bitcoin/rust-bitcoin#2120: Improve public re-exports 2023-11-15 13:51:51 +00:00
blockdata Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
consensus Merge rust-bitcoin/rust-bitcoin#2093: Manually implement `JsonSchema` 2023-11-22 18:55:41 +00:00
crypto Merge rust-bitcoin/rust-bitcoin#2066: Add a `bitcoin-io` crate 2023-11-19 14:26:19 +00:00
merkle_tree Improve public re-exports 2023-10-31 15:16:47 +11:00
p2p Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
psbt Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
amount.rs Remove code deprecated since v0.31.0 2023-11-04 12:14:54 +11:00
base58.rs Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
bip32.rs Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
bip152.rs Make error types uniform 2023-10-04 15:15:52 +11:00
bip158.rs Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
error.rs Improve public re-exports 2023-10-31 15:16:47 +11:00
hash_types.rs Improve public re-exports 2023-10-31 15:16:47 +11:00
internal_macros.rs [IO] Move to custom `Read` trait mirroring `std::io::Read` 2023-11-07 05:51:39 +00:00
lib.rs Merge rust-bitcoin/rust-bitcoin#2066: Add a `bitcoin-io` crate 2023-11-19 14:26:19 +00:00
network.rs Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
parse.rs Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
policy.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
pow.rs Update to edition 2021 2023-11-23 06:20:03 +11:00
serde_utils.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00
sign_message.rs Improve public re-exports 2023-10-31 15:16:47 +11:00
string.rs Make error types uniform 2023-10-04 15:15:52 +11:00
taproot.rs Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
test_macros.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00