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
//! `NumPy` `.npy` / `.npz` structured binary support (header, layout, and optional column stats).

mod npy;
mod npz;
mod sample;

pub use npy::*;
pub use npz::*;
pub use sample::*;