rust-cookbook
rust-cookbook copied to clipboard
Should glob examples be replaced by globwalk?
trafficstars
There seems to be interest in deprecating glob (or repurposing it) in favor of the functionality in globset / globwalk.
Should the examples possibly be using one of these other crates instead until the switch over is made?
thanks @epage! The discussion that you have linked suggests that future of glob globset and globwalk is being currently decided with no clear indication of which one will be deprecated in favour of which. We'll update examples once there is some consensus.