kalam_client/lib.rs
1//! App-facing KalamDB client crate.
2//!
3//! This is the preferred Rust client surface for applications. It wraps the
4//! shared `link-common` implementation with lighter default features than the
5//! full compatibility surface that previously lived at the root of `link/`.
6
7pub use link_common::*;