icydb-core 0.145.13

IcyDB — A schema-first typed query engine and persistence runtime for Internet Computer canisters
Documentation
1
2
3
4
5
#[test]
fn compile_pass() {
    let t = trybuild::TestCases::new();
    t.pass("tests/pass/**/*.rs");
}