Skip to content

Commit 44918db

Browse files
committed
Crate documentation for asyncgit
1 parent 4b0d208 commit 44918db

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

asyncgit/src/lib.rs

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
//! asyncgit
1+
/*!
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+
*/
28

39
#![forbid(missing_docs)]
410
#![deny(

0 commit comments

Comments
 (0)