▲ | masklinn 14 hours ago | ||||||||||||||||
> That said, having regex around in different standard vs. crate options is not necessarily the ideal What 1: both regex and fancy-regex are crates. Regex is under the rust-lang umbrella but it’s not part of the stdlib. What 2: having different options is the point of third partly libraries, why would you have a third party library which is the exact same thing as the standard library? | |||||||||||||||||
▲ | librasteve 14 hours ago | parent [-] | ||||||||||||||||
so Rust has no regex in the standard library, basic/fast regex under the rust-lang umbrella in a crate and fancy-regex is a 3rd party crate not having different options is the point of (batteries included) standard libraries ;-) | |||||||||||||||||
|