logoalt Hacker News

tecoholicyesterday at 8:50 PM1 replyview on HN

Hasn’t the right way to install rust has always been using rust up? I am an Ubuntu user and never once tried apt for rust.


Replies

LoganDarkyesterday at 8:57 PM

I believe Rust is typically only used through `apt` as a dependency for system packages written in Rust, or for building system packages that are written in Rust, so that they can link against a single shared instance of the Rust Standard Library.