Outline of the Rust programming language

Last updated

The following outline is provided as an overview of and topical guide to Rust:

Contents

Rust is a multi-paradigm programming language emphasizing performance, memory safety, and concurrency. Rust was initially developed by Graydon Hoare starting in 2006, later sponsored and maintained by Mozilla Research starting in 2009, and first publicly released in 2010, with version 1.0 released in 2015. Rust is syntactically similar to C++ but guarantees memory safety without requiring a garbage collector. [1] [2] [3] [4]

What type of language is Rust?

History of Rust

General Rust concepts

Issues / Limitations

Rust toolchain

Compilers

Build and package management

Rust libraries and frameworks

Testing and benchmarking

Notable projects written in Rust

Example source code

Rust publications

Books about Rust

Rust learning resources

Competitive programming

See also

References

  1. https://www.technologyreview.com/2023/02/14/1067869/rust-worlds-fastest-growing-programming-language/
  2. https://doc.rust-lang.org/rust-by-example/
  3. https://www.geeksforgeeks.org/rust/introduction-to-rust-programming-language/
  4. https://stanford-cs242.github.io/f18/lectures/05-1-rust-memory-safety.html
  5. https://medium.com/journey-to-rust/my-first-insight-into-rust-type-system-601cdfd0b81f
  6. https://doc.rust-lang.org/rust-by-example/scope/lifetime/static_lifetime.html#static
  7. https://medium.com/@autognosi/rust-core-key-concepts-for-getting-started-b827b90d4902
  8. https://www.infoworld.com/article/2336661/rust-memory-safety-explained.html
  9. https://thenewstack.io/graydon-hoare-remembers-the-early-days-of-rust/
  10. https://rust-lang.github.io/async-book/
  11. https://doc.rust-lang.org/1.8.0/book/references-and-borrowing.html
  12. https://rustwiki.org/en/book/ch13-01-closures.html
  13. https://web.mit.edu/rust-lang_v1.25/arch/amd64_ubuntu1404/share/doc/rust/html/book/first-edition/concurrency.html
  14. https://web.mit.edu/rust-lang_v1.25/arch/amd64_ubuntu1404/share/doc/rust/html/book/first-edition/crates-and-modules.html
  15. https://doc.rust-lang.org/rust-by-example/crates.html
  16. https://doc.rust-lang.org/rust-by-example/custom_types/enum.html
  17. https://www.geeksforgeeks.org/rust/rust-enum/
  18. https://web.mit.edu/rust-lang_v1.25/arch/amd64_ubuntu1404/share/doc/rust/html/book/first-edition/error-handling.html
  19. https://doc.rust-lang.org/book/ch03-03-how-functions-work.html
  20. https://rustwiki.org/en/book/ch10-01-syntax.html
  21. https://doc.rust-lang.org/book/ch03-05-control-flow.html
  22. https://web.mit.edu/rust-lang_v1.25/arch/amd64_ubuntu1404/share/doc/rust/html/book/first-edition/iterators.html
  23. https://doc.rust-lang.org/book/ch20-05-macros.html
  24. https://google.github.io/comprehensive-rust/memory-management.html
  25. https://doc.rust-lang.org/book/ch04-01-what-is-ownership.html
  26. https://www.programiz.com/rust/pattern-matching
  27. https://docs.rs/serde/latest/serde/trait.Serialize.html
  28. https://doc.rust-lang.org/book/ch15-00-smart-pointers.html
  29. https://doc.rust-lang.org/rust-by-example/std/str.html
  30. https://doc.rust-lang.org/book/ch05-01-defining-structs.html
  31. https://doc.rust-lang.org/book/ch10-02-traits.html
  32. https://rustc-dev-guide.rust-lang.org/type-inference.html
  33. https://doc.rust-lang.org/book/ch03-01-variables-and-mutability.html
  34. https://www.geeksforgeeks.org/rust/variables-in-rust/
  35. https://rustwiki.org/en/rust-by-example/testing/unit_testing.html
  36. https://nnethercote.github.io/perf-book/compile-times.html
  37. https://github.com/thepowersgang/mrustc
  38. https://cranelift.dev/
  39. https://github.com/rust-lang/rustc_codegen_cranelift
  40. https://doc.rust-lang.org/cargo/
  41. https://crates.io/
  42. https://rocket.rs/
  43. https://serde.rs/
  44. https://tokio.rs/
  45. https://github.com/bheisler/criterion.rs
  46. https://docs.rs/criterion/latest/criterion/
  47. https://doc.rust-lang.org/cargo/guide/tests.html
  48. https://bitfieldconsulting.com/posts/best-rust-books
  49. https://github.com/PistonDevelopers/dyon
  50. https://fe-lang.org
  51. https://move-language.github.io/move/
  52. https://fuellabs.github.io/sway/v0.69.5/book/#the-sway-programming-language