using gix on a rust application #1381
-
Hello, And BTW |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Many parts of the workflow you describe aren't implemented yet, and I'd think you'd be better of with Using the |
Beta Was this translation helpful? Give feedback.
Many parts of the workflow you describe aren't implemented yet, and I'd think you'd be better of with
git2
at the moment.Using the
git
binary might still be easiest for many tasks especially in an environment that is under your control. For reading data directly from a Git repository, I'd recommend usinggitoxide
though, I don't think you will find anything better or faster (NoseyParker is a good example for that).