This means we can include files from OUT_DIR which is useful for dynamic file generation (I need to merge several folders into one place). Using relative path is simply not enough here.
Possibly related: Tracking Issue for proc_macro::{tracked_env, tracked_path} · Issue #99515 · rust-lang/rust (github.com)
Related: Fix compression with interpolated env · Issue #215 · pyrossh/rust-embed (github.com)
This means we can include files from
OUT_DIRwhich is useful for dynamic file generation (I need to merge several folders into one place). Using relative path is simply not enough here.Possibly related: Tracking Issue for proc_macro::{tracked_env, tracked_path} · Issue #99515 · rust-lang/rust (github.com)
Related: Fix compression with interpolated env · Issue #215 · pyrossh/rust-embed (github.com)