ch-router 0.1.1

A router based on Contraction Hierarchies with optional path unfolding and "hot groups"
Documentation
[dependencies.rustc-hash]
version = "2.0.0"

[features]
default = ["path-unfolding"]
path-unfolding = []

[lib]
name = "ch_router"
path = "src/lib.rs"

[package]
authors = ["Jeremi Sobierski <tbuli1112@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = 'A router based on Contraction Hierarchies with optional path unfolding and "hot groups"'
edition = "2021"
license = "MIT"
name = "ch-router"
readme = "README.md"
repository = "https://github.com/tBuLi12/ch-router"
version = "0.1.1"