[][src]Module handlegraph::pathhandlegraph

Traits and utilities for accessing and manipulating paths embedded in a graph.

The interfaces for working with the paths of an entire graph are defined in embedded_paths, while path deals with single paths, and references to paths.

Re-exports

pub use self::embedded_paths::*;
pub use self::occurrences::*;
pub use self::path::*;

Modules

embedded_paths

Traits that cover interacting with and manipulating paths in a graph.

occurrences
path

Traits and types to use when working with a single specific path in a graph.