rust/src/etc/installer
Eric Huss 039c9b267a Remove RLS from macOS pkg and Windows msi installers.
These generally aren't used too much, and I feel like aren't really
helpful for installing the RLS stub.
2022-08-27 21:36:14 -07:00
..
gfx [ImgBot] Optimize images 2020-02-11 03:01:20 +00:00
msi Remove RLS from macOS pkg and Windows msi installers. 2022-08-27 21:36:14 -07:00
pkg Remove RLS from macOS pkg and Windows msi installers. 2022-08-27 21:36:14 -07:00
README.md Use HTTPS links where possible 2021-06-23 16:26:46 -04:00

The Rust Programming Language

This is a compiler for Rust, including standard libraries, tools and documentation. Rust is a systems programming language that is fast, memory safe and multithreaded, but does not employ a garbage collector or otherwise impose significant runtime overhead.

To install to /usr/local (the default), run the included install.sh script:

$ sudo ./install.sh

To uninstall:

$ sudo /usr/local/lib/rustlib/uninstall.sh

install.sh has a few options, including the possibility to set an installation prefix. You can display these options by running:

$ sudo ./install.sh --help

Read The Book to learn how to use Rust.

Rust is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.