winterbaume-simpledbv2 0.2.0

SimpleDB v2 service implementation for winterbaume
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod handlers;
pub mod model;
pub mod state;
pub mod types;
pub mod views;
pub mod wire;

pub use handlers::SimpleDbV2Service;
pub use state::SdbState;
pub use views::SdbStateView;