Module librsnek::compiler::graph [] [src]

Simple directed graph implementation with storing nodes as adjacency lists

Structs

DiGraph

Adjacency List Style Directed Graph

Constants

_IMPL_SERIALIZE_FOR_DiGraph

Traits

Graph

Minimal graph trait that only requires access to the count() of all

Node

Trait to define a node with link back to its parent