nitinol-core 1.0.0

Core library for Nitinol that defines the assumptions for realizing CQRS+ES.
Documentation
1
2
pub trait Command: 'static + Sync + Send {
}