ydb 0.9.16

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
11
12
13
14
15
16
## Rust YDB SDK [![Latest Version]https://img.shields.io/crates/v/ydb.svg]https://crates.io/crates/ydb
[Documentation](https://docs.rs/ydb)

Rust SDK for YDB.
Supported rust: 1.68.0 and newer.


Integration tests, with dependency from real YDB database mark as ignored.
For run it:
1. Set YDB_CONNECTION_STRING env
2. run cargo test -- --ignored

### Cargo feature force-exhaustive-all

disable all non_exhaustive marks in public interface for force
check new variants at compile time instead of runtime.