kvv-efa-api
Rust bindings for the KVV (Karlsruher Verkehrsverbund) "EFA" API
Warning: This API doesn't seem like a permanent solution, it could change at any time completely, making these bindings useless!
Examples
This crate includes a set of examples in the examples/ directory, run them with:
Supported Requests:
-
XSLT_DM_REQUEST:request::departure_monitor, -
XSLT_STOPFINDER_REQUEST:request::stop_finder, -
XSLT_TRIP_REQUEST -
XSLT_SELTT_REQUEST -
XSLT_CM_SHOWADDINFO_REQUEST - ...
Example Code:
use ;
async
from
examples/basic.rs