rust-bitcoin-unsafe-fast/bitcoin/src/network
Tobin C. Harding facd8ba556 Move bip152 module to crate root
We are attempting to flatten the `util` module; move the `bip152` module
to the crate root out of `util`.

Currently `src/util/` is ignored by the formatter so this move causes
the `bip152` module to be formatted.
2022-10-19 06:40:33 +11:00
..
address.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
constants.rs implement `AsMut<[u8]>` and `AsMut<[u8;4]>` for `Magic` 2022-09-29 16:04:37 +10:00
message.rs Move bip152 module to crate root 2022-10-19 06:40:33 +11:00
message_blockdata.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
message_bloom.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
message_compact_blocks.rs Move bip152 module to crate root 2022-10-19 06:40:33 +11:00
message_filter.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
message_network.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
mod.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00