Expand description
Source type detection and parsing for crates
This module handles the detection and parsing of different crate sources, including crates.io, GitHub repositories, and local paths.
Structs§
- Source
Detector - Detects the source type from a source string
Enums§
- GitReference
- Git reference type (branch or tag)
- Source
Type - Represents the different sources from which a crate can be obtained