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

#12 in #tugger

Download history 69/week @ 2023-12-11 99/week @ 2023-12-18 37/week @ 2023-12-25 46/week @ 2024-01-01 109/week @ 2024-01-08 34/week @ 2024-01-15 29/week @ 2024-01-22 19/week @ 2024-01-29 31/week @ 2024-02-05 37/week @ 2024-02-12 58/week @ 2024-02-19 128/week @ 2024-02-26 34/week @ 2024-03-04 56/week @ 2024-03-11 64/week @ 2024-03-18 29/week @ 2024-03-25

190 downloads per month
Used in pyoxidizer

MPL-2.0 license

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–36MB
~593K SLoC