Closed
Description
In the git-url crate, implement parsing of all URL types that git supports, as documented here: https://www.git-scm.com/docs/git-clone#_git_urls
The implementation should be practical, and does require tests for each case.
nom
can be used, and if used, the parser should not support streaming.
Please feel free to add your author name into the crate list.
It's preferred to have a WIP PR and push all results into that one as I must reserve the right to pick up what's there in case development stalls to avoid blocking overall progress.