lindera-sqlite 1.0.3

Lindera tokenizer for SQLite FTS5 extention
Documentation
language = "C"

header = "/*\nCopyright (C) 2025 Lindera.\nSPDX-License-Identifier: AGPL-3.0-only\n*/\n"

include_guard = "LINDERA_FTS5_TOKENIZER_H_"

autogen_warning = "/* This file was automatically generated by cbindgen */"

style = "type"

cpp_compat = true

[enum]
prefix_with_name = true

[export]
item_types = ["functions", "opaque", "structs", "typedefs"]

[export.rename]
"Sqlite3" = "sqlite3"
"Sqlite3APIRoutines" = "sqlite3_api_routines"
"TokenFunction" = "sqlite3__fts5_token_fn"

[defines]
"feature = extension" = "LINDERA_FTS5_TOKENIZER_EXTENSION_H_"