• 0 Posts
  • 63 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle













  • Fal@yiffit.nettoProgrammer Humor@programming.devIs this a Nut?
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    2
    ·
    edit-2
    7 months ago

    You’re missing the point. Tools are different. Trying to learn and use rust by writing unsafe bubble sort is pointless. Use it to actually accomplish something and you’ll find out just how amazing it is.

    Using the ecosystem that exists to be productive and not have to think at all about whether what you’re doing is correct is the point. It catches the subtle errors for you and lets you use the powerful libraries like clap for command line parsing, tokio, etc.