Skip to content

Commit 2019889

Browse files
committed
Crate documentation for asyncgit
1 parent be0e4a1 commit 2019889

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

asyncgit/src/lib.rs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
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 also provides synchronous Git operations.
7+
8+
It wraps libraries like git2 and gix.
9+
*/
210

311
#![forbid(missing_docs)]
412
#![deny(

0 commit comments

Comments
 (0)