limbo/sqlite3/cbindgen.toml
Pekka Enberg f5cc3a08f0 Initial pass on SQLite C ABI
This adds initial SQLite C ABI compatibility to Limbo to make sure we
drive the Rust API in the right way that allows us to implement SQLite
semantics.
2024-05-08 07:05:56 -03:00

7 lines
147 B
TOML

language = "C"
cpp_compat = true
include_guard = "LIMBO_SQLITE3_H"
line_length = 120
no_includes = true
style = "type"
sys_includes = ["stdint.h"]