Rust Programming Language DocumentationA language empowering everyoneto build reliable and efficient software.PerformanceRust is blazingly fast and memory-efficient: with no runtime or garbage collector, it can power performance-critical services, run on embedded devices, and easily integrate with other languages.ReliabilityRust’s rich type system and ownership model guarantee memory-safety and thread-safety — enabling you to eliminate many classes of bugs at compile-time.ProductivityRust has great documentation, a friendly compiler with useful error messages, and top-notch tooling — an integrated package manager and build tool, smart multi-editor support with auto-completion and type inspections, an auto-formatter, and more.Table of Content:The Rust Programming LanguageRust By ExampleThe Edition GuideThe Cargo BookThe rustdoc bookThe rustc bookCommand Line Applications in RustRust and WebAssemblyThe Embedded Rust Book