Skip to main content

Crate oca_data_entry

Crate oca_data_entry 

Source

Re-exports§

pub use errors::EntryError;
pub use extract::entry_schema_from_bundle_with_deps;
pub use extract::entry_schema_from_bundle;
pub use extract::ExtractOptions;
pub use model::AttributeSpec;
pub use model::DependencyIndex;
pub use model::EntrySchema;
pub use format::write_csv;
pub use format::write_xlsx;
pub use format::csv::CsvOptions;
pub use format::xlsx::XlsxOptions;

Modules§

errors
extract
format
model