Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 775 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 775 Bytes

Rust

chdb-rust

Experimental chDB FFI bindings for Rust

Status

  • Experimental, unstable, subject to changes
  • Requires libchdb on the system

Build binding

./update_libchdb.sh
RUST_BACKTRACE=full cargo build --verbose

Run tests

cargo test

Examples

See tests directory.