sqlite-loadable-rs icon indicating copy to clipboard operation
sqlite-loadable-rs copied to clipboard

Prebuilt bindings

Open Sytten opened this issue 1 year ago • 0 comments

Right now the bindings are built at compile time for sqlite3ext-sys, usually it is preferred that libraries pre-built them and offer a feature flag to build them at runtime. This is what libsqlite3-sys does for example. It removes the need to support bindgen in your stack (which is a bit of a pain when doing cross-compilation).

Sytten avatar Feb 02 '24 21:02 Sytten