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

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