avz 0.1.0

Blistering-fast Avro CLI tool — a modern replacement for avro-tools and fastavro
Documentation
1
2
3
4
5
6
pub mod s3;
pub mod resolver;
pub mod input;

pub use input::{AvroInput, open_input, read_avro_header};
pub use resolver::resolve_files;