eventstore 4.0.0

Official EventStoreDB gRPC client
Documentation
1
2
3
4
5
6
7
use eventstore_macros::{options, streaming};

options! {
    #[derive(Clone, Default)]
    #[streaming]
    pub struct BatchAppendOptions {}
}