iceberg-rust 0.5.0

Unofficial rust implementation of the Iceberg table format
Documentation
1
2
3
4
5
6
7
/*!
 * Conversion from arrow to iceberg and vice-versa
*/
pub mod partition;
pub mod read;
pub mod transform;
pub mod write;