vantage-aws 0.4.7

AWS API persistence backend for Vantage framework — incubating
Documentation
1
2
3
4
5
6
7
8
9
//! Trait implementations that make `DynamoDB` plug into Vantage.
//!
//! `DataSource` is the marker. `TableSource` is currently a skeleton —
//! every method returns `todo!()` per the docs4 step-5 advice; impls
//! land incrementally driven by tests.

mod data_source;
mod expr_data_source;
mod table_source;