Skip to main content

sinter_resolve/
lib.rs

1mod resolver;
2mod scip;
3
4pub use resolver::{
5    Binding, Index, ResolutionStats, dynamic_edges, qualified_of, resolve, resolve_boundary,
6};
7pub use scip::{ScipError, ScipResolution, load_index, merge_index_files, resolve_with_index};