mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-17 21:23:48 -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