Registry / utility / git-url

git-url

JSON →
library0.13.3rscratesunverified

Please use `gix-<thiscrate>` instead ('git' -> 'gix')

# Cargo.toml [dependencies] git-url = "0.13.3"
INSTALL
IMPORT
SIG · GIT-URL
G
git-url
utilityrustv0.13.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Url
use git_url::Url;

Parses a git URL using the deprecated git-url crate.

use git_url::Url; fn main() { let url = Url::from("https://github.com/example/repo.git"); println!("{:?}", url); }
Debug
Known issues
breakingThis crate is deprecated in favor of gix-url.
fix
Replace git-url with gix-url in your Cargo.toml and update imports.
affects: >=0.0.0
Upgrade
Version history
0.13.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
git-url — cargo add git-url · libregistry