16
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 22 Oct 2023
16 points (94.4% liked)
Rust
8252 readers
30 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 3 years ago
MODERATORS
Fascinating project. AsyncIO everywhere implementation of
gitin Rust. Not production ready yet, but definitely showcasing the strength of Rust already.If I'm understanding correctly, there's a
libgixupon which all other gix commands are built upon. IMO, this is how things with a CLI should be built: loosely coupled and highly cohesive ๐