[Gitoxide September Update] `gix status` and faster compile times (github.com)
from snaggen@programming.dev to rust@programming.dev on 22 Oct 2023 17:45
https://programming.dev/post/4757906

#rust

threaded - newest

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 💖