what_git 0.6.1

A crate for determining which SCM your Git URL is associated with.
Documentation
  • Coverage
  • 50%
    7 out of 14 items documented1 out of 4 items with examples
  • Size
  • Source code size: 10.63 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 912.7 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 41s Average build duration of successful builds.
  • all releases: 41s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • wayfair-archive/foxdie
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • aaronsky

what_git provides an easy mechanism for associating a given Git repository URL with its source. It supports either GitHub, GitHub Enterprise, Gitlab, or Gitlab Enterprise repositories. Use this crate to structure SCM-agnostic code with minimal branching.

About

what_git associates a repository URL to a known repository source. All you need is an HTTP or Git URL, and a personal access token to the API service your repository is associated with. Provide each of those to the what_git::what_git function, and that's it.