Jeffrey Tsang
Results
2
issues of
Jeffrey Tsang
Could you clarify that in Core, the longest/shortest/first/greedy/non_greedy combinators do *not* change which strings match the regex per execp, and only change the extent of capturing?
rustc 1.76.0, derive_more 1.0.0-beta.6 This is a very common use case for derived `Sum` and `Product`: ```rust #[derive(From, Add, Sum, Mul, Product) #[mul(forward)] struct Foo(i32); let x: Vec = vec![1.into(),...
enhancement
help wanted