ydb 0.15.0

Crate contains generated low-level grpc code from YDB API protobuf, used as base for ydb crate
Documentation
1
2
3
4
5
6
7
8
9
10
mod auth_token_sender;
mod decompressor;
mod grpc_streamer;
pub(crate) mod messages;
pub(crate) mod partition_state;
pub(crate) mod reader;
pub(crate) mod reader_options;
mod reconnector;
mod runtime;
mod task_supervisor;