collect

Function collect 

Source
pub fn collect(config: CollectConfig) -> Result<Licensing, Error>
Expand description

Collect licensing information at runtime.

It uses the defaults of cargo metadata, which is to search for Cargo.toml in the current directory and its parent directories.

To specify a manifest path, please use collect_from_manifest.