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 f4cfd65 commit 00dac6fCopy full SHA for 00dac6f
asyncgit/src/lib.rs
@@ -1,4 +1,12 @@
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 also provides synchronous Git operations.
7
8
+It wraps libraries like git2 and gix.
9
+*/
10
11
#![forbid(missing_docs)]
12
#![deny(
0 commit comments