sinter-core 0.53.0

Typed code-graph model: nodes, edges, invariants
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod edge;
mod error;
mod facts;
mod graph;
mod node;
mod paths;
mod reference;

pub use edge::{Confidence, Edge, Evidence, Relation};
pub use error::GraphError;
pub use facts::FileFacts;
pub use graph::Graph;
pub use node::{CorpusScope, Node, NodeId, Span, SymbolKey, SymbolKind};
pub use paths::rel_display;
pub use reference::{
    Embed, FieldBinding, LocalBinding, Reference, TraitImpl, UnresolvedReason, UnresolvedReference,
};