code-moniker-workspace 0.4.0

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::{LinkageRefreshShape, SymbolDelta};
pub(in crate::linkage) use rebind::{BindingReadModel, EditedGraph, RebindScope};
pub(in crate::linkage) use refresh::run_refresh_linkage_with_timings;