Modulesยง
- algo
- Containing algorithms that can get executed on graphs and subgraphs.
- graph
- Graphs sit on top of storages defined in
storage
module and provide logic about how a storage should be used. - prelude
- Re-exports traits and structs that are necessary to accomplish basic tasks with prepona.
- provide
- Collection of traits that each define a set of functionalities exposed by a graph.
- storage
- Storages are structures that graphs use to store information about vertices and edges.