Henry Spencer's regexp.old lib rewrite to rust, for fun.
I found Spencer's lib from excellent blog Implementing Regular Expressions of Russ Cox and Zhihu article 如何从零写一个正则表达式引擎?.
see lib.rs for more information and details of Henry Spencer's lib
basic regex: yet another VM-based regex engine