File: mod.rs

package info (click to toggle)
rust-regex-automata 0.4.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,240 kB
  • sloc: sh: 57; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (41)
1
2
3
4
#[cfg(feature = "nfa-backtrack")]
mod backtrack;
#[cfg(feature = "nfa-pikevm")]
mod pikevm;