Crate sqlite3_ext_macro

Source

Attribute Macrosยง

sqlite3_ext_fn
Create a FunctionOptions for an application-defined function.
sqlite3_ext_init
Declare the entry point to an extension.
sqlite3_ext_main
Declare the primary extension entry point for the crate.
sqlite3_ext_vtab
Declare a virtual table module.