Skip to main content

Module engine

Module engine 

Source
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.
EngineBuilder
Builder for Engine.