Modules
Macros
- Defines simple getter methods for inheritable fields.
Structs
- Context 🔒
Constants
Traits
- This Trait exists to make
schema::MaybeWorkspace::Workspace
generic. It makes deserialization ofschema::MaybeWorkspace
much easier, as well as making error messages forschema::MaybeWorkspace::resolve
much nicer
Functions
- Checks if a file with any of the default README file names exists in the package root. If so, returns a
String
representing that name. - See also
bin/cargo/commands/run.rs
sis_manifest_command
- Loads a
Cargo.toml
from a file on disk. - Parse an already-loaded
Cargo.toml
as a Cargo manifest. - Returns the name of the README file for a
schema::TomlPackage
. - Checks a list of build targets, and ensures the target names are unique within a vector. If not, the name of the offending build target is returned.
- Warn about paths that have been deprecated and may conflict.