Skip to main content

sim_platform_sqlite/
lib.rs

1// conformance: SQLite realization remains bounded, attested, and locator-safe.
2
3//! Attesting `SQLite` realization behind the provider-neutral relation site.
4#![forbid(unsafe_code)]
5#![deny(missing_docs)]
6
7mod driver;
8
9pub use driver::*;