google / rrg

A Rust rewrite of the GRR agent.
MIT License
46 stars 22 forks source link

Add function for expanding path groups. #45

Closed Spawek closed 3 years ago

Spawek commented 4 years ago

For example, given path foo/{bar,baz}/{quux,norf} it will yield foo/bar/quux, foo/bar/norf, foo/baz/quux, foo/baz/norf.