We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3e976 commit 9df472dCopy full SHA for 9df472d
asyncgit/src/lib.rs
@@ -1,4 +1,10 @@
1
-//! asyncgit
+/*!
2
+`AsyncGit` is a library that provides non-blocking access to Git
3
+operations, enabling `GitUI` to perform potentially slow Git operations
4
+in the background while keeping the user interface responsive.
5
+
6
+It wraps libraries like git2 and gix.
7
+*/
8
9
#![forbid(missing_docs)]
10
#![deny(
0 commit comments