includedir icon indicating copy to clipboard operation
includedir copied to clipboard

Include a whole directory tree at compile time

Results 5 includedir issues
Sort by recently updated
recently updated
newest added

After updating phf to 0.8, only borrows can be used to construct the map. It's unlikely to cause any problems, but it'll be unnecessary after https://github.com/sfackler/rust-phf/pull/185 is merged.

blocked

Might be interesting to see whether using [fst](https://docs.rs/fst) can be faster than phf and/or yield a smaller binary size. You'll probably have to build with the (compressed) contents first and...

Hello. To clean up `main.rs`, I'd like to include the file resulting from the build script to another module (let's say `src/assets.rs`). Alas, the current generated file assumes it's included...

I didn't use this with a large amount of files or deep file structures yet, but while a phf map may be fast, it breaks down as soon as the...