[][src]Macro auditable::inject_dependency_list

macro_rules! inject_dependency_list {
    () => { ... };
}

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.