We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0d208 commit 44918dbCopy full SHA for 44918db
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