sqlite3_ext 0.2.1

Build loadable extensions for SQLite using Rust
Documentation
1
2
3
4
5
6
use sqlite3_ext::*;

#[sqlite3_ext_vtab(StandardModule)]
struct MyVTab {}

fn main() {}