[][src]Module pathtracer::data

Converts strings to mapped Nodes and Groups.

Structs

CustomConverter

Holds configurations for converting a content String to a path network.

Functions

calculate_hash

Calculates a default hash.

convert

Initializes a CustomConverter a converts the content to a vector of groups and links.

convert_file

Reads from the provided file, and converts to a path network using default settings.

convert_inner

Constructs a vector of groups and links using a CustomConverter and the string to analyze.