Skip to content

Commit 9df472d

Browse files
committed
Crate documentation for asyncgit
1 parent 3b3e976 commit 9df472d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

asyncgit/src/lib.rs

Lines changed: 7 additions & 1 deletion
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)