ducklake 0.0.2

Rust SDK for DuckLake.
Documentation
1
2
3
4
5
6
7
8
9
mod borrowed;
mod diff_iterator;
mod lazy;
mod types;

pub use borrowed::Borrowed;
pub use diff_iterator::iter_index_map_diff;
pub use lazy::AsyncLazy;
pub use types::*;