• 11 Posts
  • 848 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle



  • I know Rust superficially. I use it to create simple tests for my embedded projects, so mostly just serial terminal with keyboard inputs.

    It works a lot better for me than python because Rust is a lot closer to C than python.

    So I cannot comment on Rust shortcomings. I was interested in knowing for what kind of projects Rust wasn’t good.


  • I am glad for your comment because I work with mcus and embedded solutions in C, so Rust, in that case, wouldn’t be neccesarily safer than C.

    I will have to look into it. I need to do 30h of training every two years, so I will learn Rust regardless, but I was thinking about eventually switching to Rust for embedded projects. Might just keep Rust as my scripting language because it is easier for me than Python