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:
- Set YDB_CONNECTION_STRING env
- run cargo test -- --ignored
disable all non_exhaustive marks in public interface for force check new variants at compile time instead of runtime.