Merge pull request #2164 from gitbutlerapp/gitbutler-core-lib-docs

add core lib module docs
This commit is contained in:
Qix 2024-01-03 20:23:22 +01:00 committed by GitHub
commit 867e1870d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;