onlinepersona@programming.dev
on 22 Oct 2023 19:59
collapse
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 💖
threaded - newest
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 💖