package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Apr 20, 2026
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Graph holds the adjacency list for BFS/Dijkstra.
Build constructs the format graph from all registered backends.
Find returns the lowest-cost route from src to dst, or ErrNoRoute.
Nodes returns all format IDs that appear in the graph.
type Route struct {
Steps []Step
}
Route is an ordered sequence of steps from source to target format.
TotalCost returns the sum of edge costs across all steps.
Step is a single conversion hop in a route.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.