Expand description
Rust-only extraction engine.
Engine owns the extraction internals that previously lived as free
functions in crate::core::extract. The crate-level crate::extract
and crate::extract_batch functions delegate to a process-global default
Engine.
This is a Rust-only API. Language bindings expose the crate-level extraction functions instead.
Modules§
- seams
- Rust-only engine extension seams.
Structs§
- Engine
- A reusable, cheaply-cloneable extraction engine.
- Engine
Builder - Builder for
Engine.