rust-bitcoin-unsafe-fast/bitcoin/src/network
Tobin C. Harding f429c22599 Remove user_enum macro
The `user_enum` macro is only used a single time. The macro includes
custom serde logic which can be trivially derived instead.

Remove the `user_enum` macro and just implement `Network` the old
fashioned way. Doing so simplifies the code.
2022-09-20 16:53:38 +10:00
..
address.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
constants.rs Remove user_enum macro 2022-09-20 16:53:38 +10:00
message.rs Remove code deprecated last release 2022-09-16 08:08:53 +10: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 Add a workspace to the top level directory. 2022-09-13 08:44:57 +10: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