Our great sponsors
-
regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Finish https://github.com/rust-lang/regex/issues/656. Once that's done, regex will actually be a pretty light wrapper around regex-automata.
-
I had to spend a lot of time clicking through links to finally find an example: https://gitlab.com/rosie-pattern-language/rosie/blob/master/rpl/date.rpl
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
I've heard from the creators of makepad that comping regex took sufficiently long to warrant implementing it from scratch (although with limited feature support).
-
makepad
Makepad is a creative software development platform for Rust that compiles to wasm/webGL, osx/metal, windows/dx11 linux/opengl
Wow, so they did: https://github.com/makepad/makepad/pull/142