Documentation
¶
Index ¶
Constants ¶
View Source
const ( Dependency = "rustup" Cache = "rust_cache" TargetDir = "target" RegistryDir = "registry" )
Variables ¶
View Source
var ( CargoHome = filepath.Join(os.Getenv("HOME"), ".cargo") CargoBin = filepath.Join(CargoHome, "bin", "cargo") )
View Source
var CargoToml string
Functions ¶
This section is empty.
Types ¶
type Contributor ¶
type Contributor struct {
CacheMetadata Metadata
// contains filtered or unexported fields
}
func NewContributor ¶
func NewContributor(context build.Build, manager PackageManager) (Contributor, bool, error)
func (Contributor) Contribute ¶
func (c Contributor) Contribute() error
type PackageManager ¶
Click to show internal directories.
Click to hide internal directories.