liboxen 0.52.0

Oxen is a fast, unstructured data version control, to help version large machine learning datasets written in Rust.
1
2
3
4
/// The row id of a successfully applied batch-update entry. Batch update is
/// all-or-nothing (a single DuckDB UPDATE), so there is no per-row error case.
#[derive(Debug)]
pub struct UpdateResult(pub String);