Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

lambda-fairy/rose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rose

This library is obsolete – please use the proposed regexp crate instead.

Rose is a simple regular expression engine written in Rust. Its design is based mostly on the Pike VM, as described by Russ Cox.

Rose aims to be simple, predictable, and correct above all else. This means obscure or unsound features, like atomic groups or backreferences or lookaround, are not supported. In return, it does not suffer from the exponential blowup that plagues other engines.

See also:

About

🌹 Experimental regular expression engine for Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages