Re: [PATCH v2 0/5] Introduce cgit-rs, a Rust wrapper around libgit.a
From: Junio C Hamano <hidden>
Date: 2024-08-09 23:36:37
From: Junio C Hamano <hidden>
Date: 2024-08-09 23:36:37
Josh Steadmon [off-list ref] writes:
This series provides two small Rust wrapper libraries around parts of Git: "cgit-sys", which exposes a few functions from libgit.a, and "cgit", which provides a more Rust-friendly interface to some of those functions. In addition to included unit tests, at $DAYJOB we have tested building JJ[1] with our library and used it to replace some of the libgit2-rs uses.
Thanks, queued.