Crate dvb

Crate dvb 

Source
Expand description

An unofficial crate to query publicly accessible API methods for Dresden’s public transport system.

Currently the endpoints are supported:

§Station

http://widgets.vvo-online.de/abfahrtsmonitor/Haltestelle.do

Re-exports§

pub use crate::error::Result;

Modules§

error
Error types and result handling utilities.
lines
Types and API for querying available lines (trams, buses, etc.) at a stop.
monitor
Departure monitor API types and functions.
poi
Types and utilities for querying Points of Interest (POIs).
point
Types and utilities for querying stops and points.
route
Route planning and route details for Dresden public transport.
trip
Types and functions for querying trip details and stops.

Structs§

DvbResponse
DvbTime

Enums§

Mot

Functions§

find_nearby_stops
Search for nearby and assigned stops using the VVO PointFinder API.
find_pois
Search for points of interest (POIs) using the VVO PointFinder API.
find_stops
Search for stops by name using the VVO PointFinder API.
monitor_departures
Get upcoming departures for a stop using the VVO Departure Monitor API.