kivis 0.5.3

Type-safe database schema generation for Rust with support for custom storage backends, automatic indexing, and layered cache architectures
Documentation
1
2
3
4
5
6
7
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/conflicting_key_strategies.rs");
    t.compile_fail("tests/ui/invalid_manifest_definition.rs");
    t.pass("tests/ui/no_std.rs");
}