Crate cargo_detect_package

Crate cargo_detect_package 

Source
Expand description

A Cargo tool to detect the package that a file belongs to, passing the package name to a subcommand.

This crate provides the core logic for package detection, exposed via the [run] function. The binary entry point is in main.rs.

Enumsยง

OutsidePackageAction
Action to take when a path is not within any package.