bookkeeper-client 0.2.1

Async rust client for Apache BookKeeper
Documentation
//! Export types with less chance to conflict with other crates in case of no renaming.
pub use crate::{
    BookKeeper,
    CloseOptions,
    Configuration,
    CreateOptions,
    DeleteOptions,
    DigestType,
    EntryId,
    Error as BkError,
    ErrorKind as BkErrorKind,
    LacOptions,
    LedgerAppender,
    LedgerId,
    LedgerReader,
    OpenOptions,
    PollOptions,
    ReadOptions,
};