Expand description
This module contains types and functions related to laying out the input options and haystack in the WASM memory.
Structs§
- Input
Functions - Holds indices to WebAssembly functions related to input processing.
- Input
Layout - Defines the memory layout for input-related data within the WebAssembly module.
- Input
Opts - This type is a mirror of [
regex_automata::Input
], with guaranteed alignment and no-substructs.
Enums§
- Prepare
Input Result - This enum represents the results of the
prepare_input
function.