Skip to main content

Module path_params

Module path_params 

Source
Expand description

Parameter bundle for bidirectional shortest-path search, shared by the durable dense path and the read-your-own-writes (overlay) path.

Structs§

ShortestPathParams
Bundled shortest_path arguments. Keeps shortest_path / shortest_path_dense / shortest_path_overlay under clippy’s argument-count limit once the overlay parameter is threaded through, without changing traversal semantics.