Skip to main content

Crate cch_rs

Crate cch_rs 

Source

Modules§

cch
Core engine and orchestration for Customizable Contraction Hierarchies.

Structs§

Cch
The profile-independent, structural core of the Contraction Hierarchy.
CchEngine
The thread-safe, high-performance CCH routing engine.
EngineData
The internal shared data state of the engine.
PathResult
Represents the result of a successful shortest-path query.
ProfileData
Profile-specific routing metrics resulting from the Customization phase.

Traits§

CchGraph
The base graph representation required by the CCH engine.
ProfileId
A marker trait for differentiating routing profiles (e.g., Car, Bike, Pedestrian).