Expand description
Structures to manipulate the Software Heritage graph
In order to load only what is necessary, these structures are initially created
by calling SwhUnidirectionalGraph::new
or
SwhBidirectionalGraph::new
, then calling methods
on them to progressively load additional data (load_properties
, load_all_properties
,
load_labels
)
Structs§
- Delabeling
Iterator - Wraps an iterator of labeled successors, and yields only the successors
- Flattened
Successors Iterator - Label
Typing ArcIterator - Label
Typing Successor Iterator - Labeled
ArcIterator - Labeled
Successor Iterator