Registry / utility / git-url

git-url

JSON →
library0.13.3rscratesunverified

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

utility
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.

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 footguns
breakingThis crate is deprecated in favor of gix-url.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources