top | item 47128594

(no title)

tecoholic | 6 days ago

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.

discuss

order

LoganDark|6 days ago

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.