rust-bitcoin-unsafe-fast/src/network
Tobin Harding 71cf00a314 Use less vertical lines
In this library we specifically do not use rustfmt and tend to favour
terse statements that do not use extra lines unnecessarily. In order to
help new devs understand the style modify code that seems to use an
unnecessary number of lines.

None of these changes should reduce the readability of the code.
2022-03-14 13:52:13 +11:00
..
address.rs Use less vertical lines 2022-03-14 13:52:13 +11:00
constants.rs Use less vertical lines 2022-03-14 13:52:13 +11:00
message.rs Refactor consensus_encode 2022-03-14 13:52:13 +11:00
message_blockdata.rs Use less vertical lines 2022-03-14 13:52:13 +11:00
message_bloom.rs Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
message_filter.rs Put rustdocs above attributes 2022-01-06 13:04:47 +11:00
message_network.rs Fixed a bunch of clippy lints, added clippy.toml 2021-12-21 22:50:13 +01:00
mod.rs Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
stream_reader.rs Remove unneeded return statement 2022-03-14 13:52:13 +11:00