rust-docs is 679 MB. I have ~500 MB of space on my device.
Right now I have have fetched the Nightly release and extracted cargo, rustc, and rust-std-x86_64-unknown-linux-gnufolders in a local directory.
I don't have 1 GB for the default Rust toolchain install.
I just intend to use the Rust standard library, and write Rust scripts in .rs files that I will execute without importing and crates, or compling with rustc or cargo -Zscript.
That ain't working without cargo knowing where the rustc executable is in the same parent working directory.
$ cargo/bin/cargo -Zscript ~/bin/script.rs
warning: `package.edition` is unspecified, defaulting to `2021`
error: could not execute process `rustc -vV` (never executed)
Caused by:
Permission denied (os error 13)