mysqlclient-sys
mysqlclient-sys copied to clipboard
Rust bindings for libmysqlclient
Results
23
mysqlclient-sys issues
Sort by
recently updated
recently updated
newest added
After adding diesel to my proj on windows it won't build unless I add this line to my `build.rs` ` println!("cargo:rustc-link-lib=dylib=gdi32");` ``` C:\my_proj>cargo build Compiling my_proj v0.1.0 (C:\my_proj) error: linking...
I cloned repository and tried to build locally: cargo build --verbose. Got error: "error: could not find native static library `mysqlclient`, perhaps an -L flag is missing?". To solve it...