ydb 0.13.0

Crate contains generated low-level grpc code from YDB API protobuf, used as base for ydb crate
Documentation
1
2
3
4
5
pub(crate) const DEFAULT_GRPC_MESSAGE_SIZE_LIMIT_BYTES: usize = 64_000_000;

pub(crate) trait WithGrpcMaxMessageSize: Sized {
    fn with_grpc_max_message_size(self, bytes: usize) -> Self;
}