yacen-core 0.1.1

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 = "v1_1";
    tonic::include_proto!("yacen_api.v1_1");
}

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