C API for Rust's regex engine with high performance
C API for RUst's REgex engine
rure
$ rure 'pattern' 'text_to_match'
$ rure 'regex_pattern' < input.txt
$ echo 'sample text' | rure '\w+'