sinter-resolve 0.53.0

Evidence-based reference resolution: scope, import, and SCIP tiers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod proto_service_bindings;
mod resolver;
mod scip;

pub use proto_service_bindings::proto_service_edges;
pub use resolver::{
    Binding, Index, ResolutionStats, dynamic_edges, qualified_of, resolve, resolve_boundary,
};
pub use scip::{
    ScipError, ScipResolution, load_index, merge_index_files, prefix_index_paths,
    resolve_with_index,
};