dendrite 0.14.1

Event Sourcing and CQRS in Rust with AxonServer.
Documentation
pub use ::dendrite_lib::*;

#[cfg(feature = "dendrite_macros")]
pub mod macros {
    pub use ::dendrite_macros::*;
}

#[cfg(feature = "dendrite_auth")]
pub mod auth {
    pub use ::dendrite_auth::*;
}

#[cfg(feature = "dendrite_elasticsearch")]
pub mod elasticsearch {
    pub use ::dendrite_elasticsearch::*;
}

#[cfg(feature = "dendrite_mongodb")]
pub mod mongodb {
    pub use ::dendrite_mongodb::*;
}