Rust
158 likes
Rust is a multi-paradigm, general-purpose programming language that emphasizes performance, type safety, and concurrency. It enforces memory safety—meaning that all references point to valid memory—without a garbage collector.
Features
Properties
- Lightweight
Features
- Typesafe
- Compiler Explanations
- Static typing
- Pattern matching
- Package Manager
- Compiled Language
- Portable
- Test case management
Rust News & Activities
Highlights All activities
Recent News
- Fla published news article about Rust
Rust 1.96.0: new range types, stabilized macros, and cargo vulnerability fixesRust 1.96.0 brings new Copy-compatible core::range types, making it possible to use ranges in Copy ...
- POX published news article about Rust
Rust 1.95 adds cfg_select! macro, if-let match guards, and destabilized JSON target specsRust 1.95 has been released, bringing several updates to this performance-focused programming langu...
- POX published news article about Rust
Rust 1.94 introduces array windows, Cargo config inclusion, annd TOML 1.1 support in CargoRust 1.94 is now available, continuing the language’s focus on performance, type safety, concurrenc...
Recent activities
- NiklasEi added Lightweight as a feature to Rust
- NiklasEi liked Rust
- 3F1 updated Rust
- elsenhe rated Rust
Featured in Lists
Master List of all Apps and Software I use for both work and personal life.
List by Jimmy Briggs with 416 apps, updated
A list with 807 apps by AmileyaRyver without a description.
List by AmileyaRyver with 807 apps, updated
A list with 78 apps by 6feriolimarco without a description.
List by Francisco Ferioli Marco with 78 apps, updated




Comments and Reviews
That build system! Cargo takes the pain out of managing dependencies.
Not fun to play with. Very hard to use. Community is mean and strange.
It's REALLY fun for me. Hard to learn, sure, but not use. Once you learn it - using it is extremely satisfying. I don't think the community is mean nor strange, I don't know what interactions you had, but I would argue it's the opposite.
The rust community is like a cult
Not the go-to language for beginners, but very well thought. The compiler prevent you from writing code you will regret later.
fast, safe, great tooling, and has a vibrant community.
Rust makes it possible that your programs grow with your ideas.