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. |
||
---|---|---|
.. | ||
address.rs | ||
constants.rs | ||
message.rs | ||
message_blockdata.rs | ||
message_bloom.rs | ||
message_compact_blocks.rs | ||
message_filter.rs | ||
message_network.rs | ||
mod.rs |