List some features of Rust?

devquora
devquora

Posted On: Feb 22, 2018

 

Rust Programming Language comes with following features Sets.
  • zero-cost abstractions
  • move semantics
  • guaranteed memory safety
  • threads without data races
  • trait-based generics
  • pattern matching
  • type inference
  • minimal runtime
  • efficient C bindings

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Rust Interview Questions

    Explain Rust?

    Rust is blazingly fast systems programming language that prevents segfaults and guarantees thread safety...

    Rust Interview Questions

    Rust was Designed by whom

    Originally Rust was designed by Graydon Hoare, Now it managed by Rust project developers...

    Rust Interview Questions

    When the first version of Rust was released

    The first version of Rust was released in the year 2010...