avz 0.1.0

Blistering-fast Avro CLI tool — a modern replacement for avro-tools and fastavro
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod cat;
pub mod head;
pub mod schema;
pub mod count;
pub mod meta;
pub mod fromjson;
pub mod concat;
pub mod recodec;
pub mod fingerprint;
pub mod validate;
pub mod random;
pub mod grep;