Documentation ¶
Index ¶
Constants ¶
View Source
const CRATES_REGISTRY_API = "https://crates.io/api/v1/crates/%s"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CargoDoctor ¶
func NewCargoDoctor ¶
func NewCargoDoctor() *CargoDoctor
func (*CargoDoctor) Parse ¶ added in v1.2.0
func (d *CargoDoctor) Parse(r io.ReadSeekerAt) (types.Libraries, error)
func (*CargoDoctor) SourceCodeURL ¶
func (d *CargoDoctor) SourceCodeURL(lib types.Library) (string, error)
type CratesRegistryResponse ¶
type CratesRegistryResponse struct { Crate struct { Repository string `json:"repository"` } `json:"crate"` }
Click to show internal directories.
Click to hide internal directories.