lix 0.12.2

Embeddable version control for apps and AI agents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod context;
#[cfg_attr(not(test), allow(dead_code))]
pub(crate) mod scope_digest_census;
mod types;
mod walker;

pub(crate) use context::{CommitGraphContext, CommitGraphStoreReader, canonical_commit_change};
#[cfg(test)]
pub(crate) use scope_digest_census::scope_digest_census;
pub(crate) use types::{
    CommitGraphChange, CommitGraphChangeHistoryEntry, CommitGraphChangeHistoryRequest,
    CommitGraphEdge, CommitGraphHistory, CommitGraphNode, CommitGraphReader,
    ReachableCommitGraphNode, commit_edges,
};