#rust-lang

canoodle@nerdpol.ch

Rust Dev Lang - how to view onboard html based documentation (man page) - The Rust Standard Library

# will open [file:///home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/share/doc/rust/html/std/index.html](file:///home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/share/doc/rust/html/std/index.html) in browser

<span style="color: #00ffff;">rustup doc --std
</span>

which looks like:

of course there is an online version: https://doc.rust-lang.org/std/

#linux #gnu #gnulinux #opensource #administration #sysops #rust #rust-lang #rustlang #devrust #rustdev

Originally posted at: https://dwaves.de/2021/12/27/rust-dev-lang-how-to-view-onboard-html-based-documentation-man-page-the-rust-standard-library/

gegoxaren@joindiaspora.com

When will #rust-lang be fixed?

When will Rust remove Cargo and switch to only using system package managers? When will in fix Dynamic Linking?

Rust is not ready of usage as a system language, and probobly never will as long as they don't want to distance themselves from Cargo and that whole dempendency hell.

The problem with the dependence with Cargo is that if a library has been updated, then all applications that use that library has to be recompile.

Without enforcing Dynamic Linking, and making sure the linking and library flag tools are updated to support rust, the amount of time to recompile each and every application will just go up and up and up and up... This is not sustainable.

Cargo must go if the rust developers want a sustainable language.