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
mod connection;
mod message_buffer;
mod pending_commits;
mod runtime_handle;

pub(super) use connection::Connection;
pub(super) use runtime_handle::RuntimeHandle;