this post was submitted on 22 Oct 2023
16 points (94.4% liked)

Rust

6872 readers
14 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 4 points 2 years ago

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 ๐Ÿ’–