git-remote-htree 0.2.81

Git remote helper for hashtree - push/pull git repos via nostr and hashtree
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Git storage module
//!
//! Provides git object storage backed by LMDB with hashtree merkle tree integration.

pub mod error;
pub mod object;
pub mod progress;
pub mod refs;
pub mod storage;

pub use error::{Error, Result};