code-moniker-workspace 0.7.1

Workspace model, ports, snapshots, linkage, and change analysis for code-moniker.
Documentation
1
2
3
4
5
6
7
8
mod delta;
mod rebind;
mod refresh;

pub use delta::{LinkageGraphDelta, LinkageRefreshImpact};
pub(in crate::linkage) use delta::{SymbolDelta, changes_c_include_topology};
pub(in crate::linkage) use rebind::{BindingReadModel, EditedGraph, RebindScope};
pub(in crate::linkage) use refresh::run_refresh_linkage_with_timings;