We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350ee3e commit 249101aCopy full SHA for 249101a
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