Start on a peer2 module with an alternative implementation

This commit is contained in:
Nathan Sobo
2021-08-18 21:59:13 -06:00
parent 3f5db7284d
commit 9336c02867
5 changed files with 520 additions and 35 deletions
+1
View File
@@ -1,5 +1,6 @@
pub mod auth;
mod peer;
mod peer2;
pub mod proto;
#[cfg(any(test, feature = "test-support"))]
pub mod test;