Closed
Description
The design document says:
The ~/.local/bin directory would include symlinks pointing to the bin directory of the "active" toolchain, if any.
This is all very similar to how rustup does things, but I figure there's no need to reinvent the wheel here.
But it looks like rustup
does more things, known as Proxies
, to select the active toolchain based on rust-toolchain.toml
or cargo +nightly
style at the actual command invocation time.
Of course, I think it makes a lot of sense to start by limiting the toolchain selection only globally by creating symlinks at installation time (as swiftly does now).
But I'd like to raise up the future direction discussion of shims just for the record. (Sorry if it's already discussed somewhere)
Metadata
Metadata
Assignees
Labels
No labels