Skip to main content

Module project

Module project 

Source
Expand description

Project manifest version file engines.

Supports project.toml, project.json, and project.yaml — the driftsys project manifest format. Each file has a top-level version field. No ecosystem tooling; always uses native string manipulation.

Structs§

ProjectJsonVersionFile
Version file engine for project.json.
ProjectTomlVersionFile
Version file engine for project.toml.
ProjectYamlVersionFile
Version file engine for project.yaml.