ripgrep icon indicating copy to clipboard operation
ripgrep copied to clipboard

Globset: Implement Extend, FromIterator for GlobSetBuilder

Open ColonelThirtyTwo opened this issue 2 years ago • 1 comments

Seems like easy traits to add, and would make creating a GlobSet from a vector of globs more ergonomic.

ColonelThirtyTwo avatar Mar 31 '22 14:03 ColonelThirtyTwo

FromIterator seems like it could also be implemented by GlobSet itself. I don't think it's very common for builders to implement one of these traits.

jplatte avatar Oct 17 '23 07:10 jplatte