floe-core 0.3.7

Core library for Floe, a YAML-driven technical ingestion tool.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod avro;
pub mod csv;
pub mod fixed_width;
pub mod json;
pub mod json_selector;
pub mod orc;
pub mod parquet;
pub mod xlsx;
pub mod xml;
pub mod xml_selector;