# rust overview
Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety.
Featuring
- zero-cost abstractions
- move semantics
- guaranteed memory safety
- threads without data races
- trait-based generics
- pattern matching
- type inference
- minimal runtime
- efficient C bindings
# tools
An Extensible, Concurrent Web Framework for Rust ironframework.io
clever-cloud rust support is beta
# majors projects in rust
Servo is a modern, high-performance browser engine designed for both application and embedded use.
the new JavaScript server plaform from Ryan Dahl