eventsourcingdb 1.1.0

A client library for the EventsourcingDB by the native web.
Documentation
1
2
3
4
5
//! This module holds all possible event types this sdk works with.

pub mod event;
pub mod event_candidate;
pub mod management_event;