Name the root file of every crate after the crate to ease navigation
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
parent
748b1ba602
commit
1445ce10b5
47 changed files with 133 additions and 79 deletions
8
crates/rpc/src/rpc.rs
Normal file
8
crates/rpc/src/rpc.rs
Normal file
|
@ -0,0 +1,8 @@
|
|||
pub mod auth;
|
||||
mod conn;
|
||||
mod peer;
|
||||
pub mod proto;
|
||||
pub use conn::Connection;
|
||||
pub use peer::*;
|
||||
|
||||
pub const PROTOCOL_VERSION: u32 = 3;
|
Loading…
Add table
Add a link
Reference in a new issue