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ยง
- Outside
Package Action - Action to take when a path is not within any package.