kalam-client 0.5.2-rc.2

Official Rust SDK for KalamDB — SQL, materialized live rows, and optional topic consumers
Documentation
1
2
3
4
5
6
7
//! App-facing KalamDB client crate.
//!
//! This is the preferred Rust client surface for applications. It wraps the
//! shared `link-common` implementation with lighter default features than the
//! full compatibility surface that previously lived at the root of `link/`.

pub use link_common::*;