rust-bitcoin-unsafe-fast/bitcoin/src
Andrew Poelstra 9847cc63a7
Merge rust-bitcoin/rust-bitcoin#1348: Re-export hashbrown when enabled
9a1623c1dc Re-export hashbrown when enabled (Tobin C. Harding)

Pull request description:

  `hashbrown` used to be exported until commit 23ee0930c7 which removed the `pub extern crate` declaration.

  Found thanks to afilini (#1342)!

ACKs for top commit:
  apoelstra:
    ACK 9a1623c1dc
  Kixunil:
    ACK 9a1623c1dc

Tree-SHA512: 0363781dc06211eec59246ce54582220674d5ab2bd6e62ad15eeb97b0df6435cdf23df8306131c176b6003dde31d1e376f52981f2e69e9d2529876d3ada727e0
2022-11-05 14:19:01 +00:00
..
blockdata Merge rust-bitcoin/rust-bitcoin#1344: Fix `no_std` when `bitcoinconsensus` is enabled 2022-11-05 13:42:50 +00:00
consensus Remove unnecessary casts 2022-11-04 11:44:23 +11:00
network Move test_data/* tests/data 2022-10-27 10:40:44 -04:00
util Merge rust-bitcoin/rust-bitcoin#1333: Move amount module out of util 2022-11-05 13:23:06 +00:00
address.rs Remove usage of opcodes::all 2022-10-24 13:08:47 +11:00
amount.rs Move amount module out of util 2022-10-21 10:16:49 +11:00
bip32.rs Remove unnecessary casts 2022-11-04 11:44:23 +11:00
bip152.rs Remove unnecessary casts 2022-11-04 11:44:23 +11:00
bip158.rs Merge rust-bitcoin/rust-bitcoin#1223: Remove the endian module 2022-10-28 19:04:59 +00:00
error.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
hash_types.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
internal_macros.rs Move serde_string_* macros to the serde_utils module 2022-10-20 06:15:57 +11:00
lib.rs Merge rust-bitcoin/rust-bitcoin#1348: Re-export hashbrown when enabled 2022-11-05 14:19:01 +00:00
merkle_tree.rs Document state after call to calculate_root_inline 2022-10-29 07:50:09 +11:00
parse.rs Introduce bitcoin-internals crate 2022-09-13 08:59:57 +10:00
policy.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
pow.rs Remove unnecessary casts 2022-11-04 11:44:23 +11:00
serde_utils.rs Move serde_string_* macros to the serde_utils module 2022-10-20 06:15:57 +11:00
sighash.rs Merge rust-bitcoin/rust-bitcoin#1223: Remove the endian module 2022-10-28 19:04:59 +00:00
sign_message.rs Remove unnecessary borrow 2022-11-04 11:49:14 +11:00
test_macros.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00