squire-sqlite3-sys

Crates.iosquire-sqlite3-sys
lib.rssquire-sqlite3-sys
version0.0.1-alpha.5
created_at2025-09-05 07:21:29.37689+00
updated_at2025-11-29 03:17:25.276839+00
descriptionExternal FFI bindings for the SQLite C API
homepage
repositoryhttps://github.com/silverlyra/squire
max_upload_size
id1825202
size53,364
Lyra Naeseth (silverlyra)

documentation

README

squire-sqlite3-sys

Squire is a crate for embedding SQLite in Rust. This squire-sqlite3-sys crate links SQLite into the application, exposing the C API of SQLite to Rust.

Users of Squire don't need to interact with this crate directly, and can treat it as an implementation detail.

External Users

By default, squire-sqlite3-sys ships a predefined set of extern "C" declarations for SQLite. This includes only the API’s actually used by Squire.

To instead generate complete bindings based on the installed or bundled sqlite3.h header, activate the bindgen feature.

Commit count: 1

cargo fmt