[][src]Module cargo_workspace2::models

Collection of cargo workspace data models.

To start parsing types, construct a CargoWorkspace, which you can then modify with commands found in ops.

Structs

CargoCrate

Initial representation of a crate, before being parsed

CargoWorkspace

Initial representation of the workspate, before getting parsed

Crate

A crate in a cargo workspace

DepGraph

Dependency graph in a workspace

MutationSet

A collection of mutations performed in a batch

PubMutation

A publishing mutation executed on the graph

Workspace

A fully parsed workspace

Type Definitions

CrateId