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
338 stars 38 forks source link

replace tempdir crate with tempfile #78

Closed alexanderkjall closed 2 years ago

alexanderkjall commented 2 years ago

As tempfile have superseded tempdir.

Deprecation Note here: https://crates.io/crates/tempdir#deprecation-note

Michael-F-Bryan commented 2 years ago

Thanks @alexanderkjall!