why rust?
hate loading times? rust is as C++ fast and unfortunately not easier to program than “user friendly” as C++
(from src): Performance: Fast and memory-efficient, suitable for critical services, embedded devices, and easily integrated with other languages.
-
Reliability: Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time.
-
Productivity: Comprehensive documentation, a compiler committed to providing great diagnostics, and advanced tooling including package manager and build tool (Cargo), auto-formatter (rustfmt), linter (Clippy) and editor support (rust-analyzer).
why the name?
why the dirty name? usually users associate rust with metal that is broken down by oxygen into not-so-usefull dirt
“named it Rust, after a group of remarkably hardy fungi that are, he says, “over-engineered for survival”” (src)
documentation?
#WOW! need a rust ebook? (git clone https://github.com/goldcoders/Rust.git)
https://rustc-dev-guide.rust-lang.org
there is “onboard” documentation for rust as well “the Rust Standard Library”
# in a terminal as non-root run
rustup doc --std
will open file:///home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/share/doc/rust/html/std/index.html in browser
which looks like:
of course there is an online version: https://doc.rust-lang.org/std/
liked this article?
- only together we can create a truly free world
- plz support dwaves to keep it up & running!
- (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
- really really hate advertisement
- contribute: whenever a solution was found, blog about it for others to find!
- talk about, recommend & link to this blog and articles
- thanks to all who contribute!
