veilid-core 0.5.3

Core library used to create a Veilid node and operate it as part of an application
Documentation
1
2
3
4
5
6
7
mod fanout_call;
mod fanout_queue;

pub(crate) use fanout_call::*;
pub(crate) use fanout_queue::*;

use super::*;