csvdb 0.1.1

Convert between SQLite/DuckDB databases and CSV directories
Documentation
1
2
3
4
5
6
fn main() {
    #[cfg(target_os = "windows")]
    {
        println!("cargo:rustc-link-lib=Rstrtmgr");
    }
}