//! IC canister crate root for the `icstable` SQLite VFS.
//!
//! The database image is stored directly in IC stable memory. SQLite reaches it
//! only through `sqlite3_vfs` callbacks, so no POSIX or WASI filesystem is used.
pub use ;
use ;
export_candid!;