Crate dynamic_graph

Source

Re-exports§

pub use crate::graph_ptr::*;
pub use crate::edge::*;
pub use crate::nodes::*;

Modules§

edge
graph_ptr
nodes

Macros§

anchor
Creates an Anchor.
anchor_mut
Creates an AnchorMut using selected cleanup strategy.

Structs§

Anchor
AnchorMut
Cursor
A wrapper over a GraphPtr which provides simplified access to Anchor API.
CursorMut
A wrapper over a GraphPtr which provides simplified access to AnchorMut API.
GenericGraph

Enums§

CleanupStrategy
A strategy AnchorMut employs to perform cleanup after drop.

Traits§

GraphImpl

Type Aliases§

NamedGraph
OptionGraph
VecGraph