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.idxhint 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.