WIP, further docs

This commit is contained in:
Adam Shamblin
2022-09-19 19:18:46 -06:00
parent a7e9200c30
commit b7e05ceea0
5 changed files with 160 additions and 3 deletions

View File

@@ -333,6 +333,9 @@ pub struct VeilidConfigInner {
pub network: VeilidConfigNetwork,
}
/// The Veilid Configuration
///
/// Veilid is configured
#[derive(Clone)]
pub struct VeilidConfig {
inner: Arc<RwLock<VeilidConfigInner>>,