XID for SQLite Thin glue to use XID in SQLite. It combines the following packages: xid sqlite-loadable Building Just run: cargo build Testing Initialize the database: sqlite3 :memory: Load the extension: .load target/debug/libsqlite_xid Test: select xid();