ydb

Crates.ioydb
lib.rsydb
version0.9.2
sourcesrc
created_at2022-03-17 20:04:20.11349
updated_at2024-05-17 09:34:42.887098
descriptionCrate contains generated low-level grpc code from YDB API protobuf, used as base for ydb crate
homepage
repositoryhttps://github.com/ydb-platform/ydb-rs-sdk/tree/master/ydb
max_upload_size
id551986
size507,138
(ydb-platform-bot)

documentation

README

Rust YDB SDK Latest Version

Documentation

Rust SDK for YDB. Supported rust: 1.60.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.

Commit count: 0

cargo fmt