1/// The path for the repo within the forge.
2/// Typically this is composed of the user or organisation and the name of the repo
3/// e.g. `{user}/{repo}`
4#[derive(Clone, Default, Debug, PartialEq, Eq, derive_more::Constructor, derive_more::Display)]
5pub struct RepoPath(String);