bookkeeper-client 0.2.1

Async rust client for Apache BookKeeper
Documentation
mod client;
mod digest;
mod error;
mod future;
mod marker;
mod meta;
pub mod prelude;
mod proto;
mod utils;

pub use client::{
    BookKeeper,
    CloseOptions,
    Configuration,
    CreateOptions,
    DeleteOptions,
    DigestType,
    EntryId,
    ErrorKind,
    LacOptions,
    LedgerAppender,
    LedgerId,
    LedgerReader,
    OpenOptions,
    PollOptions,
    ReadOptions,
};
pub use error::Error;