sqlite_wasm_rs/
lib.rs

1#![doc = include_str!("../README.md")]
2
3pub(crate) mod fragile;
4mod shim;
5
6pub use shim::export;