Expand description

§cargo-dist-schema

This crate exists to serialize and deserialize the dist-manifest.json produced by cargo-dist. Ideally it should be reasonably forward and backward compatible with different versions of this format.

The root type of the schema is DistManifest.

Structs§

Enums§

  • A kind of Artifact
  • An artifact included in a Distributable
  • More coarse-grained version info, indicating periods when significant changes were made
  • Type of job to run on pull request

Constants§

  • The first epoch of cargo-dist, after this version a bunch of things changed and we don’t support that design anymore!
  • Second epoch of cargo-dist, after this we stopped putting versions in artifact ids. This changes the download URL, but everything else works the same.
  • The current version of cargo-dist-schema

Functions§

Type Aliases§

  • The unique ID of an Artifact
  • A local system path on the machine cargo-dist was run.
  • A relative path inside an artifact