Module input

Source
Expand description

This module contains types and functions related to laying out the input options and haystack in the WASM memory.

Structs§

InputFunctions
Holds indices to WebAssembly functions related to input processing.
InputLayout
Defines the memory layout for input-related data within the WebAssembly module.
InputOpts
This type is a mirror of [regex_automata::Input], with guaranteed alignment and no-substructs.

Enums§

PrepareInputResult
This enum represents the results of the prepare_input function.