You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In fact, I don't think you should actually use mise for rust development.
Do you mean that you discourage using the rust asdf plugin? Seems that mise is still useful in rust projects for tasks or env (or the project requires other tools).
My suggestion would be to update the documentation to indicate that you can use mise for rust projects, but not necessarily the rust tool (asdf rust). Something like:
Using rustup. Set mise settings set disable_tools rust so that mise never install rust and install rust using rustup
Other way: use the rust asdf plugin
I am also wondering what it would mean for mise to implement a core rust plugin like the documentation suggests. Would it be a breaking change in case someone was relying on the rust asdf plugin?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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