floe-core 0.4.5

Core library for Floe, a YAML-driven technical ingestion tool.
Documentation
1
2
3
4
5
6
mod builder;
mod model;
pub mod reconstruct;

pub use builder::{build_common_manifest_json, ManifestOptions, PathMode};
pub use reconstruct::config_from_manifest_json;