document rpc crate

This commit is contained in:
Trinity Pointard
2021-03-22 00:00:09 +01:00
parent f4bf987627
commit 7d3a951836
6 changed files with 100 additions and 10 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
#![deny(missing_crate_level_docs, missing_docs)]
//! Crate containing rpc related functions and types used in Garage
#[macro_use]
extern crate log;
pub mod consul;
mod consul;
pub(crate) mod tls_util;
pub mod membership;