Got my first Rust PR merged in pks !

https://github.com/alexevanczuk/packs/pull/149

First time I really wrote/read any Rust code. Was interesting. Found tooling excellent but did use GPT/co-pilot around some build errors. Otherwise tried to write code myself. The clippy lint tool is really helpful for newbies too.

Also, Alex is a very patient and responsive maintainer. It's the people behind opensource projects that make the difference, and make contributing so much more accessible/fun!

Initial pass at an `init` command by stevegeek · Pull Request #149 · alexevanczuk/packs

As discussed in #144 an init command might be nice. This is probably the first time I have ever written any Rust so I just tried copying things I saw in the existing implementation and did some wor...

GitHub