Crate dep_expand[][src]

Expand description

dep-expand

Expand cargo dependencies during build.

Example expand anyhow dependency

let expander = Expander::default();
let output = expander
        .expand("anyhow").unwrap();

Structs

How to apply cargo expand

Functions

Applies the filter on the content