oca_data_entry/extract/
mod.rs1#[derive(Default)]
2pub struct ExtractOptions {
3 pub label_lang: Option<String>,
4 pub metadata_lang: Option<String>,
5}
6
7mod from_bundle;
8
9pub use from_bundle::{entry_schema_from_bundle, entry_schema_from_bundle_with_deps};