mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 17:14:20 +01:00
5 lines
90 B
Rust
5 lines
90 B
Rust
pub mod query;
|
|
pub mod table;
|
|
|
|
pub(crate) const FAULT_ERROR_MSG: &str = "Injected fault";
|