winterbaume-keyspaces 0.2.0

Amazon Keyspaces service implementation for winterbaume
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod handlers;
pub(crate) mod model;
pub mod state;
pub mod types;
pub mod views;
pub(crate) mod wire;

pub use handlers::KeyspacesService;
pub use state::KeyspacesState;
pub use views::KeyspacesStateView;