CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2020
    Posts
    1

    Question Rust Language Rocket Framework

    Does anyone know about some good articles/tutorials regarding the Rocket Framework of Rust. The documentation is good but reading someone's tutorial will help much more. I have looked at some articles, for eg Frogtok this article here. It seems to clear some concepts but it will be much better if I can look more. Thanks in advance

  2. #2
    Join Date
    Sep 2020
    Posts
    13

    Re: Rust Language Rocket Framework

    Rust is a multi-paradigm programming language focused on performance and safety, especially safe concurrency. Rust is syntactically similar to C++, and provides memory safety without using garbage collection.

    Rust was originally designed by Graydon Hoare at Mozilla Research, with contributions from Dave Herman, Brendan Eich, and others. The designers refined the language while writing the Servo layout or browser engine, and the Rust compiler. It has gained increasing use in industry, and Microsoft has been experimenting with the language for secure and safety-critical software components.

    Rust has been named the "most loved programming language" in the Stack Overflow Developer Survey every year since 2016.

    Hope this information is helpful to you
    Last edited by 2kaud; September 29th, 2020 at 10:37 AM.

  3. #3
    Join Date
    Feb 2017
    Posts
    677

    Re: Rust Language Rocket Framework

    Quote Originally Posted by mikeduke1290 View Post
    Hope this information is helpful to you
    The complete text can be found here,

    https://en.wikipedia.org/wiki/Rust_(...ming_language)
    Last edited by wolle; September 29th, 2020 at 03:10 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured