12 breaking releases
0.13.0 | Dec 29, 2022 |
---|---|
0.12.0 | Nov 8, 2022 |
0.11.0 | Aug 7, 2022 |
0.10.0 | Jun 5, 2022 |
0.3.0 | May 9, 2021 |
#11 in #tugger
126 downloads per month
Used in pyoxidizer
38KB
789 lines
tugger-rust-toolchain
tugger-rust-toolchain
is a library crate that facilitates discovering,
fetching, and using remote hosted Rust toolchains. It offers functionality
similar to what rustup
does.
tugger-rust-toolchain
is part of the Tugger application distribution tool
but exists as its own crate to facilitate code reuse for other tools
wishing to perform similar functionality. Tugger is part of the
PyOxidizer project and
this crate is developed in that repository.
While this crate is developed as part of a larger project, modifications to support its use outside of its primary use case are very much welcome!
lib.rs
:
Obtain and interact with Rust toolchains.
This module effectively reimplements the Rust toolchain discovery
and download features of rustup
to facilitate automatic Rust toolchain
install. This enables people without Rust on their machines to easily
use PyOxidizer.
Dependencies
~20–35MB
~572K SLoC