ducklake 0.0.5

Rust SDK for DuckLake.
Documentation
1
2
3
4
5
mod applied_change;
mod change;

pub(super) use applied_change::{AppliedChange, AppliedChangeSet};
pub(super) use change::{Change, ChangeSet};