rust-bitcoin-unsafe-fast/bitcoin/src/network
Andrew Poelstra e83a2d3422
Merge rust-bitcoin/rust-bitcoin#1742: Use package in manifest and shorten import
fabcde036f Use package in manifest and shorten import (Tobin C. Harding)

Pull request description:

  We can use `package` to rename `bitcoin_hashes` to `hashes` and `bitcoin_internals` to `internals`. This makes imports more terse with no loss of meaning.

ACKs for top commit:
  apoelstra:
    ACK fabcde036f
  Kixunil:
    ACK fabcde036f

Tree-SHA512: bc5bff6f7f6bf3b68ba1e0644a83da014081d8c6c9d578c21cb54fdd56a018f68733dd1135d05b590ba193ed9efd12fa9019182c1fed347e604d8548f6ef9103
2023-04-05 14:20:06 +00:00
..
address.rs Update clippy MSRV configuration 2023-04-02 16:28:10 +02:00
constants.rs Use package in manifest and shorten import 2023-03-28 12:20:04 +11:00
message.rs Use shorter import statements 2023-03-22 14:09:58 +11:00
message_blockdata.rs Use shorter import statements 2023-03-22 14:09:58 +11:00
message_bloom.rs network: Run cargo fmt 2022-11-18 13:11:09 +11:00
message_compact_blocks.rs network: Run cargo fmt 2022-11-18 13:11:09 +11:00
message_filter.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
message_network.rs Use shorter import statements 2023-03-22 14:09:58 +11:00
mod.rs Use doc_auto_cfg 2023-03-29 14:50:33 +11:00