Module swh_graph::graph

source ·
Expand description

Structures to manipulate the Software Heritage graph

In order to load only what is necessary, these structures are initially created by calling load_unidirectional or load_bidirectional, then calling methods on them to progressively load additional data (load_properties, load_all_properties, load_labels)

Structs

Traits

Functions

Type Aliases

  • Alias for usize, which may become a newtype in a future version.