lix 0.17.1

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,
    missing_commit_graph_error, validate_native_commit_graph_record,
};
pub(crate) use types::{
    CommitGraphChange, CommitGraphChangeHistoryEntry, CommitGraphChangeHistoryRequest,
    CommitGraphHistory, CommitGraphNode, CommitGraphReader, ReachableCommitGraphNode, commit_edges,
};