Hi everyone, so I just published my first Rust program and I am looking for feedback and advice from experienced Rust developers!
Here's my program:
It's a replacement for sudo (it's actually a re-implementation of the replacement) and as such the code needs to be high quality and secure. The code base is quite small, only around 1k LoC.
This is the first project I did in Rust too, so some of the code might be more "naive" than other code in the same source, please let me know if you spot any such inconsistencies.
For sure! I had that planned down the line. I rarely get time to work on this so getting it to a functional state was a priority, everything else could be added later on
I see, has anybody documented these kind of guidelines? Can you give me an example for inspiration?