As opposed to last month, this month felt like not a lot was accomplished. This is certainly due to an incredible ramp-up of GitPython maintenance effort and a tax-office inquiry that took a lot of...
Fascinating project. AsyncIO everywhere implementation of git in Rust. Not production ready yet, but definitely showcasing the strength of Rust already.
If I’m understanding correctly, there’s a libgix upon which all other gix commands are built upon. IMO, this is how things with a CLI should be built: loosely coupled and highly cohesive 💖
Fascinating project. AsyncIO everywhere implementation of
git
in Rust. Not production ready yet, but definitely showcasing the strength of Rust already.If I’m understanding correctly, there’s a
libgix
upon which all other gix commands are built upon. IMO, this is how things with a CLI should be built: loosely coupled and highly cohesive 💖