Route16 0.0.1

Fast route planning algorithm implementations
Documentation
Route16-0.0.1 has been yanked.

Route16

This crate implements fast route planning algorithms in Rust.

Algorithms

Currently implemented:

  • Contraction Hierarchies:

    The implementation borrows heavily from the excellent RoutingKit C++ library, with one major exception; we implement the graphs using simpler adjacency lists, instead of (faster) edge lists and adjacency arrays.

Coming soon: