pub fn compile_from_nfa(
nfa: NFA,
config: Config,
) -> Result<CompiledRegex, BuildError>
Expand description
Compiles a given Thompson NFA into a CompiledRegex
WebAssembly module,
using the provided configuration.
pub fn compile_from_nfa(
nfa: NFA,
config: Config,
) -> Result<CompiledRegex, BuildError>
Compiles a given Thompson NFA into a CompiledRegex
WebAssembly module,
using the provided configuration.