memstead-git-branch 0.7.0

Mem-repo engine for Memstead — multi-mem, git-backed typed entity graphs. Internal library surface consumed by the memstead binaries — pre-1.0, experimental, no API stability promise.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Re-export shim over `memstead_base::ops` (request/response types,
//! `WarningHint`, plus the gix-free `health` and `search` submodules)
//! plus the git-touching operation submodules that stay in this crate.

pub use memstead_base::ops::*;

pub mod agent_notes;
#[cfg(feature = "git-object-storage")]
pub mod branch_reset;
pub mod changes;
#[cfg(feature = "git-object-storage")]
pub mod diff;
pub mod export;
#[cfg(feature = "git-object-storage")]
pub mod transport;