icydb-core 0.76.2

IcyDB — A type-safe, embedded ORM and schema system for the Internet Computer
Documentation
1
2
3
4
5
#[test]
fn compile_pass() {
    let t = trybuild::TestCases::new();
    t.pass("tests/pass/**/*.rs");
}