Module convert

Module convert 

Source
Expand description

Conversion graph traversal using BFS.

This module finds all possible conversions from a value by traversing a graph where nodes are values and edges are format conversions.

Functionsยง

find_all_conversions
Find all possible conversions from a value using BFS.