tjtelan / git-url-parse-rs

Parser of git repo urls for Rust
MIT License
15 stars 6 forks source link

Add ftp protocols to the parser #5

Closed tjtelan closed 3 years ago

tjtelan commented 3 years ago

The parser needs to add ftp:// and ftps:// to the Scheme enum.