Browse Source

Expose proto::core for better documentation.

wip
Titouan Rigoudy 4 years ago
parent
commit
088d73b1a3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      proto/src/lib.rs

+ 1
- 1
proto/src/lib.rs View File

@ -1,4 +1,4 @@
mod core;
pub mod core;
pub mod peer;
pub mod server;


Loading…
Cancel
Save