pyrossh / rust-embed

Rust Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
MIT License
1.67k stars 85 forks source link

Allow case-insensitive lookup #249

Open acarl005 opened 2 months ago

acarl005 commented 2 months ago

For many use-cases, case-insensitivity is very useful. It would be convenient to have an attribute to allow this.

pyrossh commented 2 months ago

Yes might be useful. Would you be interested in a PR for this feature?