zahirscan 0.3.6

Token-efficient content compression for AI analysis using probabilistic template mining
Documentation
1
2
3
4
5
6
7
8
9
10
mod arrow_ipc_handler;
mod avro_handler;
mod orc;
mod parquet_handler;
pub mod utils;

pub use arrow_ipc_handler::*;
pub use avro_handler::*;
pub use orc::*;
pub use parquet_handler::*;