mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-03 15:06:01 +03:00
Merge pull request #2164 from gitbutlerapp/gitbutler-core-lib-docs
add core lib module docs
This commit is contained in:
commit
867e1870d6
@ -1 +1,11 @@
|
||||
//! # GitButler Core
|
||||
//!
|
||||
//! This crate contains the core functionality of GitButler.
|
||||
//! It is intended to be used as a library by the GitButler
|
||||
//! frontend application(s).
|
||||
//!
|
||||
//! For more information, see the
|
||||
//! [GitButler organization](https://github.com/gitbutlerapp)
|
||||
//! or the [GitButler website](https://gitbutler.com).
|
||||
|
||||
pub mod id;
|
||||
|
Loading…
Reference in New Issue
Block a user