rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding fb81bff61f
Add a from impl for ParseIntError
As is customary add a `From` impl for the `ParseIntError` and use `?`.
While this does not make much difference it saves devs wondering why
there is a `From` impl for one of the variants and not the other.
2024-01-24 13:31:57 +11:00
..
address Remove rustdoc about attribute 2024-01-10 10:29:37 +11:00
blockdata Add a from impl for ParseIntError 2024-01-24 13:31:57 +11:00
consensus Use full path in all macro usage of Result 2024-01-18 19:11:01 +01:00
crypto Merge rust-bitcoin/rust-bitcoin#2329: Improve error handling in the `sighash` module 2024-01-19 15:11:29 +00:00
merkle_tree Require BufRead instead of Read 2024-01-16 14:36:00 +11:00
p2p Merge rust-bitcoin/rust-bitcoin#2240: Require `BufRead` instead of `Read` 2024-01-16 15:16:54 +00:00
psbt Merge rust-bitcoin/rust-bitcoin#2329: Improve error handling in the `sighash` module 2024-01-19 15:11:29 +00:00
taproot bitcoin: fix typos 2024-01-18 14:06:23 +08:00
base58.rs Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
bip32.rs 2023-12-17 automated rustfmt nightly 2023-12-17 00:59:05 +00:00
bip152.rs bitcoin: fix typos 2024-01-18 14:06:23 +08:00
bip158.rs Merge rust-bitcoin/rust-bitcoin#2240: Require `BufRead` instead of `Read` 2024-01-16 15:16:54 +00:00
error.rs Improve public re-exports 2023-10-31 15:16:47 +11:00
hash_types.rs Add deprecation comment to hash_types module 2023-12-05 15:01:18 +11:00
internal_macros.rs Use full path in all macro usage of Result 2024-01-18 13:20:19 +00:00
lib.rs Merge rust-bitcoin/rust-bitcoin#2240: Require `BufRead` instead of `Read` 2024-01-16 15:16:54 +00:00
network.rs Add NetworkKind 2023-12-15 11:40:38 +11:00
parse.rs Use full path in all macro usage of Result 2024-01-18 19:11:01 +01:00
policy.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
pow.rs Use full path in all macro usage of Result 2024-01-18 19:11:01 +01:00
serde_utils.rs Use full path in all macro usage of Result 2024-01-18 19:11:01 +01:00
sign_message.rs 2023-12-17 automated rustfmt nightly 2023-12-17 00:59:05 +00:00
string.rs Make error types uniform 2023-10-04 15:15:52 +11:00
test_macros.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00