rust

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2024 License: MIT Imports: 8 Imported by: 0

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

type CargoDoctor struct {
	HTTPClient http.Client
}

func NewCargoDoctor

func NewCargoDoctor() *CargoDoctor

func (*CargoDoctor) Parse added in v1.2.0

func (*CargoDoctor) SourceCodeURL

func (d *CargoDoctor) SourceCodeURL(lib types.Library) (string, error)

type Crate

type Crate struct {
	// contains filtered or unexported fields
}

type CratesRegistryResponse

type CratesRegistryResponse struct {
	Crate struct {
		Repository string `json:"repository"`
	} `json:"crate"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL