dynamodb-facade 0.1.1

A typed facade over aws-sdk-dynamodb with expression builders and batch/transaction support
Documentation
1
2
3
4
5
6
7
8
// Compile tests using trybuild.

#[test]
fn test_compilation() {
    let t = trybuild::TestCases::new();
    t.pass("tests/try_build/pass/*.rs");
    t.compile_fail("tests/try_build/fail/*.rs");
}