genius-core-client 0.4.0

Genius Core Client Library. Written in Rust and using PyO3 for Python bindings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod auth;
pub mod client;
mod listen;
#[cfg(feature = "pyo3")]
pub mod python;
pub mod query;
mod retry;
pub mod types;
mod upsert;
pub mod utils;

pub use kortex_gen_grpc::hstp::v1::*;