what_git 0.6.1

A crate for determining which SCM your Git URL is associated with.
Documentation

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.