yacen-core 0.2.0

Core library for yacen, simplifying client development
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(feature = "grpc-api")]
pub mod api {
    pub const VERSION: &str = "v2_0";
    tonic::include_proto!("yacen_api.v2_0");
}

pub mod impls;
pub mod models;
#[cfg(feature = "security")]
pub mod security;