rust-bitcoin-unsafe-fast/bitcoin/src
Salvatore Ingala 2961c0c589
Exclude usage of atomic types if not supported for the target
The gate is only added for Rust >= v1.60, since earlier versions don't support #[cfg(target_has_atomic = ...)]
2023-03-16 22:42:15 +01:00
..
blockdata Exclude usage of atomic types if not supported for the target 2023-03-16 22:42:15 +01:00
consensus Exclude usage of atomic types if not supported for the target 2023-03-16 22:42:15 +01:00
crypto Improve the public API 2023-03-01 09:28:42 +11:00
merkle_tree Run the formatter 2023-03-06 10:22:29 +11:00
network Run the formatter 2023-03-06 10:22:29 +11:00
psbt Rename ScriptLeaf to LeafNode 2023-03-01 16:59:13 -08:00
util Move base58 module to crate root 2022-12-01 09:56:33 +11:00
address.rs Improve QR code formatting documentation 2023-03-15 06:45:58 +01:00
amount.rs Run the formatter 2023-03-06 10:22:29 +11:00
base58.rs Replace `Vec::from_hex` with `hex!` 2022-12-31 21:10:19 +01:00
bip32.rs Run the formatter 2023-03-06 10:22:29 +11:00
bip152.rs Run the formatter 2023-03-06 10:22:29 +11:00
bip158.rs Run the formatter 2023-03-06 10:22:29 +11:00
error.rs Move util::Error to error module 2022-11-16 10:42:30 +11:00
hash_types.rs Re-name hash inner/byte methods 2023-02-27 14:23:58 +11:00
internal_macros.rs Run the formatter 2023-03-06 10:22:29 +11:00
lib.rs Exclude usage of atomic types if not supported for the target 2023-03-16 22:42:15 +01:00
parse.rs Improve string parsing 2023-02-10 12:28:25 +11:00
policy.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
pow.rs Add a method to `pow::Target` for returning difficulty as an f64. 2023-03-10 07:54:36 -07:00
serde_utils.rs Run the formatter 2023-03-06 10:22:29 +11:00
sign_message.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
string.rs Run the formatter 2023-03-06 10:22:29 +11:00
taproot.rs Merge rust-bitcoin/rust-bitcoin#1695: fix clippy lint 2023-03-07 21:11:52 +00:00
test_macros.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00