I would like docsrs to be able to build a crate/workspace from a provided git-link and have that ability be exposed through an API of the webserver as well. This would then be similar to /crate/name/version/rebuild but the user of the API would need to provide a git-uri too. This would be awesome to have for development internal documentation where the crate is not yet mature enough to push onto crates.io but one wants to have a nice webpage with the documentation, which has some of the docsrs features that pure rustdoc does not have, e. g., a list of all crate-features, selecting specific architecture versions of the crate etc.