Structs
- A group of fields that are inheritable by members of the workspace
- A StringOrVec can be parsed from either a TOML string or array, but is always stored as a vector.
- This type is used to deserialize
Cargo.tomlfiles. - Represents the
package/projectsections of aCargo.toml.
Enums
- An enum that allows for inheriting keys from a workspace in a Cargo.toml.
Traits
- This Trait exists to make
MaybeWorkspace::Workspacegeneric. It makes deserialization ofMaybeWorkspacemuch easier, as well as making error messages forMaybeWorkspace::resolvemuch nicer
Functions
- Loads a
Cargo.tomlfrom a file on disk. - Parse an already-loaded
Cargo.tomlas a Cargo manifest. - Returns the name of the README file for a
TomlPackage.