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.toml
files. - Represents the
package
/project
sections of aCargo.toml
. - Corresponds to a
target
entry, butTomlTarget
is already used.
Enums
- An enum that allows for inheriting keys from a workspace in a Cargo.toml.
Functions
- is_false 🔒