hrdf-routing-engine

Crates.iohrdf-routing-engine
lib.rshrdf-routing-engine
version0.2.1
sourcesrc
created_at2024-08-13 11:20:31.542525
updated_at2024-09-14 19:56:16.478151
descriptionPublic transport routing engine based on Swiss HRDF data.
homepage
repositoryhttps://github.com/florianburgener/hrdf-routing-engine
max_upload_size
id1335853
size166,976
Florian Burgener (florianburgener)

documentation

README

HRDF Routing Engine

Public transport routing engine based on Swiss HRDF data.

Author: Florian Burgener

https://crates.io/crates/hrdf-routing-engine

Prerequisites

Installation

git clone https://github.com/florianburgener/hrdf-routing-engine
cd hrdf-routing-engine

Usage

Starts the routing engine in debug mode:

cargo run --release

Starts the routing engine in web service mode (port 8100):

cargo run --release -- serve
Commit count: 0

cargo fmt