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
9
10
mod index;
pub(crate) mod symbols;

pub use index::{
	CodeIndexGraphDiff, CodeIndexPort, CodeIndexRefresh, LocalCodeIndex, LocalCodeIndexOptions,
};
pub use symbols::{
	CodeIndexSymbolProvider, NormalizedSource, NormalizedSymbol, compact_moniker, def_kind,
	is_navigable_def, last_name, ref_kind,
};