Module forc_pkg::source::git

source ·

Structs

  • A pinned instance of a git source.
  • A git repo with a Forc.toml manifest at its root.
  • Everything needed to recognize a checkout in offline mode

Enums

  • Error returned upon failed parsing of Pinned::from_str.
  • Used to distinguish between types of git references.

Functions

  • The path to which a git package commit should be checked out.
  • Fetch the repo at the given git package’s URL and checkout the pinned commit.
  • Pin the given git-sourced package.