kurrentdb 1.1.0

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

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