inject_dependency_list

Macro inject_dependency_list 

Source
macro_rules! inject_dependency_list {
    () => { ... };
}
Expand description

Embeds the dependency tree into a dedicated linker section in the compiled executable.

Requires a build script with a call to auditable_build::collect_dependency_list() to work.