Constant cargo_lambda_invoke::DEFAULT_PACKAGE_FUNCTION
source · pub const DEFAULT_PACKAGE_FUNCTION: &'static str = "@package-bootstrap@";Expand description
Name for the function when no name is provided.
This will make the watch command to compile
the binary without the --bin option, and will
assume that the package only has one function,
which is the main binary for that package.