Discover Packages
github.com/idelchi/godyl
internal
rusti
package
Version:
v0.0.5-beta
Opens a new window with list of versions in this module.
Published: Mar 15, 2025
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package rusti provides functionality for managing and installing rust binaries.
It includes tools for downloading, setting up environments, and selecting
appropriate binaries based on the system architecture and operating system.
The package interacts with external Rust releases and handles file system operations.
Binary represents a Rust binary.
New creates a new Rust binary.
CleanUp removes the temporary directory associated with the binary.
Download downloads the Rust binary from the official website.
Find searches for the Rust binary in the system PATH and the specified paths.
Latest returns the latest stable version of Rust.
MatchTarget returns the target file name for the Rust binary.
Env represents the environment variables for a Rust binary.
Append appends the given environment variables to the current environment.
Default sets the default environment variables for a Rust binary.
ToSlice converts the environment variables to a slice.
type Installer struct {
Binary Binary
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.