Michael-F-Bryan / include_dir

The logical evolution of the include_str macro for embedding a directory tree into your binary.
https://michael-f-bryan.github.io/include_dir
MIT License
319 stars 36 forks source link

Feature request: include "is executable" in metadata #98

Open jfly opened 3 weeks ago

jfly commented 3 weeks ago

I can guess why this isn't supported: because https://github.com/Michael-F-Bryan/include_dir/pull/63/ only included cross platform metadata, and "is executable" is not cross platform.

Is this something you'd be open to adding? I'm fairly new to Rust, but my understanding is that this could be hidden behind a platform specific feature.