rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding db5c8fe61c Move the taproot module to crate root
We are trying to flatten the `util` module. The `taproot` module can
live in the crate root. If/when we create a `crypto` module/crate we may
wish to pull some stuff out of this module but for now moving it gets us
closer to removing `util` without making the directory structure any
worse.

Includes adding rustfmt attributes to skip formatting of macros.
2022-11-30 12:03:39 +11:00
..
blockdata Move the taproot module to crate root 2022-11-30 12:03:39 +11:00
consensus Move the taproot module to crate root 2022-11-30 12:03:39 +11:00
crypto Move the taproot module to crate root 2022-11-30 12:03:39 +11:00
merkle_tree Format the merkle_tree module 2022-11-16 09:49:23 +11:00
network add Network::to_core_arg() method 2022-11-18 23:12:10 -05:00
psbt Move the taproot module to crate root 2022-11-30 12:03:39 +11:00
util Move the taproot module to crate root 2022-11-30 12:03:39 +11:00
address.rs Move the taproot module to crate root 2022-11-30 12:03:39 +11:00
amount.rs amount: use kani to check some arithmetic properties 2022-11-27 19:01:26 +00:00
bip32.rs Create crypto module 2022-11-22 14:09:33 +11:00
bip152.rs Run cargo fmt 2022-11-18 13:11:07 +11:00
bip158.rs Merge rust-bitcoin/rust-bitcoin#1223: Remove the endian module 2022-10-28 19:04:59 +00:00
error.rs Move util::Error to error module 2022-11-16 10:42:30 +11: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 Move the taproot module to crate root 2022-11-30 12:03:39 +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 Make types in block module more terse 2022-11-06 06:54:12 +11:00
serde_utils.rs Move serde_string_* macros to the serde_utils module 2022-10-20 06:15:57 +11:00
sighash.rs Move the taproot module to crate root 2022-11-30 12:03:39 +11:00
sign_message.rs Create crypto module 2022-11-22 14:09:33 +11:00
taproot.rs Move the taproot module to crate root 2022-11-30 12:03:39 +11:00
test_macros.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00