rust-bitcoin-unsafe-fast/bitcoin/src
Andrew Poelstra f6d838076e
Merge rust-bitcoin/rust-bitcoin#1301: `AsMut` impls for `Magic`
bfb4977be9 implement `AsMut<[u8]>` and `AsMut<[u8;4]>` for `Magic` (Noah)

Pull request description:

  Follow up to https://github.com/rust-bitcoin/rust-bitcoin/pull/1288#discussion_r982152738

  Implemented `AsMut<[u8]>` and `AsMut<[u8;4]>` for `Magic`.

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

Tree-SHA512: f1732f2b6db285e64baf07e70917eb8c0938b3a8d11f8266c0f2c846b7b2d4447cb99721b55c9db877f88c398dd74477c41bdae34679b6c3b6ade71455538241
2022-09-29 13:31:56 +00:00
..
blockdata Merge rust-bitcoin/rust-bitcoin#1277: Try to fix up sighash export mess 2022-09-24 13:04:42 +00:00
consensus Fix clippy warnings 2022-09-26 17:00:12 +10:00
network implement `AsMut<[u8]>` and `AsMut<[u8;4]>` for `Magic` 2022-09-29 16:04:37 +10:00
util Merge rust-bitcoin/rust-bitcoin#1299: Fix clippy warnings 2022-09-26 19:18:25 +00:00
address.rs Remove code deprecated last release 2022-09-16 08:08:53 +10:00
bip32.rs Run formmater on bip32 2022-09-20 14:22:01 +10:00
bip158.rs Introduce bitcoin-internals crate 2022-09-13 08:59:57 +10: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 Remove user_enum macro 2022-09-20 16:53:38 +10:00
lib.rs Merge rust-bitcoin/rust-bitcoin#1259: Move/re-name the `util::misc` module 2022-09-24 13:05:33 +00: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
serde_utils.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
sign_message.rs sign_message: Run cargo fmt 2022-09-19 16:44:05 +10:00
test_macros.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00