chdb-rust 1.4.0

chDB FFI bindings for Rust(Experimental)
1
2
3
4
#[cfg(test)]
pub(crate) fn tempdir() -> tempdir::TempDir {
    tempdir::TempDir::new("chdb-rust").expect("failed to create temp dir")
}