Structs§
- Extraction
Result - Result of extracting an archive, containing the binary and any companion files.
- Noop
Progress - A no-op progress reporter for when callers don’t need progress updates.
- Resolved
Binary - Result of resolving a node binary, including any companion files found in the archive.
Constants§
Traits§
- Progress
Reporter - Trait for reporting progress during long-running operations like binary downloads.
Functions§
- binary_
install_ dir - Returns the directory where downloaded binaries are cached.
- extract_
tar_ gz - Extract a .tar.gz archive and return the path to a named binary.
- extract_
zip - Extract a .zip archive and return the path to a named binary.
- resolve_
binary - Resolve a node binary from the given source.