cf-modkit-db 0.7.2

ModKit database library
Documentation
1
2
3
4
5
6
7
// Updated: 2026-04-07 by Constructor Tech
//! Integration tests for the secure ORM layer.

#[cfg(test)]
#[cfg_attr(coverage_nightly, coverage(off))]
#[path = "tests_tests.rs"]
mod tests_tests;