Rust plugin
#2932
Replies: 2 comments
-
I agree with this opinion and would add one more thing, I installed mise because I want to have a single tool to manage my SDKs and their versions, regardless of whether an official tool exists or a popular tool (nvm, pyenv) does the same thing. This also allows me to create projects for which the only prerequisite is to have mise installed. Developers will only have to do a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Seems that the https://mise.jdx.dev/lang/rust.html#rust has been updated now 🎉 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On https://mise.jdx.dev/lang/rust.html
Do you mean that you discourage using the
rust asdf
plugin? Seems thatmise
is still useful in rust projects fortasks
orenv
(or the project requires other tools).In fact, I think https://github.com/jdx/demand/blob/main/.mise.toml is a good example of how someone could use
mise
in a rust project?My suggestion would be to update the documentation to indicate that you can use
mise
for rust projects, but not necessarily therust
tool (asdf rust). Something like:rustup
. Setmise settings set disable_tools rust
so that mise never installrust
and installrust
usingrustup
asdf
pluginI am also wondering what it would mean for
mise
to implement a corerust
plugin like the documentation suggests. Would it be a breaking change in case someone was relying on therust
asdf plugin?Beta Was this translation helpful? Give feedback.
All reactions