Module source

Module source 

Source
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§

SourceDetector
Detects the source type from a source string

Enums§

GitReference
Git reference type (branch or tag)
SourceType
Represents the different sources from which a crate can be obtained