Skip to main content

Crate index_transformer

Crate index_transformer 

Source
Expand description

Typestate transformer pipeline.

Re-exports§

pub use cache::TransformCacheKey;
pub use cache::TransformedDocumentCache;
pub use manifest::apply_index_manifest_hints;

Modules§

adapter
Site adapters for task-oriented terminal documents.
cache
Transformed document cache primitives.
instruction
Orthogonal transform instructions.
manifest
index.idx hint application for transformed documents.
state
Typestate markers for the transformer pipeline.

Structs§

Transformer
A staged transformer.

Functions§

transform_headless_failure
Converts a headless failure into a deterministic document.
transform_headless_snapshot
Transforms a rendered DOM/accessibility snapshot into an Index document.
transform_html_cached
Transforms HTML using an in-memory transformed document cache.