mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-25 01:13:59 -07:00
This is already technically possible to do on Unix by going through `OsStr` and `&[u8]` conversions. This just makes it easier to do in all circumstances and is reasonable to intentionally support. Closes #2954, Closes #2955