2

Just finished what I consider a "good enough" version of a .gitignore generator in Rust (yeah yeah another one I know).

What a great feeling, even though struggled a lot and I'm completely frustrated that I implemented some things wrong. I have a working version (let's say alpha version) that actually works.

Unfortunately I discovered that there are better ways to implement my "match" expressions (when I was already done...typical shit) and String vs str is still a difficult concept to implement, BUT it is a great experience to finally have something open source that I can say that I made!

I honestly think everyone should have such a side project! I Should've done this earlier! 😑

If you're interested check it out on https://github.com/Ryhazerus/gg.git

Comments
Add Comment