How to build Rust Rusqlite applications linking against custom SQLite builds on Windows?
I am new to Rust and Rusqlite, but I would like to use a custom-built SQLite library with Rusqlite bindings while building a Rust-coded database application. I am interested in both dynamic and static linking options. The Rusqlite README states that linking to SQLite is complicated on Windows and indicates that linking is possible via a vcpkg package but does not provide any further instructions (and I do not want to use vcpkg or any other “helper” anyway).
rustqlite fails to retrieve a row
I have a weird error with rustqlite
. I have a database implementation within a struct that has the following method:
Rust, how to coerce a extern C function into any type to be able to call it?
I have the following function from the sqlite-vss Rust extension: