Simplify proto::Buffer to express its fields in terms of operations

This commit is contained in:
Antonio Scandurra 2022-08-23 12:40:20 +02:00
parent 01e3f118b2
commit ec48ffc9da
3 changed files with 25 additions and 49 deletions

View file

@ -6,4 +6,4 @@ pub use conn::Connection;
pub use peer::*;
mod macros;
pub const PROTOCOL_VERSION: u32 = 30;
pub const PROTOCOL_VERSION: u32 = 31;