this post was submitted on 17 Jul 2023
6 points (100.0% liked)

Rust

7156 readers
33 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
 

Given a regex, generate all (potentially infinite) possible inputs that match the pattern.

you are viewing a single comment's thread
view the rest of the comments

This is really cool. Seems like it could be useful for quickcheck style tests.