vantage-diorama 0.4.1

Cached, composable, reactive surface for Vantage Vistas
Documentation
1
2
3
4
5
6
7
pub mod change_event;
pub mod query_descriptor;
pub mod write_op;

pub use change_event::ChangeEvent;
pub use query_descriptor::QueryDescriptor;
pub use write_op::WriteOp;