git-bug 0.2.4

A rust library for interfacing with git-bug repositories
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// git-bug-rs - A rust library for interfacing with git-bug repositories
//
// Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
// SPDX-License-Identifier: GPL-3.0-or-later
//
// This file is part of git-bug-rs/git-gub.
//
// You should have received a copy of the License along with this program.
// If not, see <https://www.gnu.org/licenses/agpl.txt>.

//! All the [`Entities`][`crate::replica::entity::Entity`], that can be stored
//! in a [`Replica`][`crate::replica::Replica`].

pub mod identity;
pub mod issue;