1
2
3
4
5
mod ingest;
pub mod structure;

pub use ingest::ingest;
pub(crate) use ingest::ResolverTable;