Skip to content

what is the status of compile-time regex support? #1076

Answered by BurntSushi
BurntSushi asked this question in Q&A
Discussion options

You must be logged in to vote

So this question has a lot of dimensions. The top-line question of the current status though is that "compile-time regex support" is not something I personally am currently working on and don't plan to work on it any time soon.

Other than that, the broad version of this question (just "how to support compile-time regexes") is quite difficult to answer. The issue is that there are a lot of different use cases and different ways to implement something approximating "compile-time regex." For example, a lot of people actually just care about whether static analysis can tell them that their regex is valid, but otherwise don't care so much that it's actually build when the Rust program is compi…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@sam0x17
Comment options

@BurntSushi
Comment options

Answer selected by BurntSushi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants