Expand description
Implementation of configuration for various sources.
This module will parse the various source.*
TOML configuration keys into a
structure usable by Cargo itself. Currently this is primarily used to map
sources to one another via the replace-with
key in .cargo/config
.
Structsยง
- Source
Config ๐ - Configuration for a particular source, found in TOML looking like:
- Source
Config ๐Def - Definition of a source in a config file.
- Source
Config Map - Represents the entire
[source]
replacement table in Cargo configuration.