Skip to content

Latest commit

 

History

History

ydb

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Rust YDB SDK Latest Version

Documentation

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.