• 1 Post
  • 204 Comments
Joined 7 months ago
cake
Cake day: May 30th, 2025

help-circle



















  • Rewrite it in Rust.

    I tried. Building a simple cli tool to get a feeling for it for a bigger project. But then the “Rust by example” starts with installing clap as argument parser, which pulls 10 dependencies and LSP complains about not being able to build, because it doesn’t find a matching version, unless i do the implied version, but then it can’t derive features.

    Now trying argparse, that was intuitive in python. And else getops. And else i try Safe-C or something.