Crate railway_provider_hafas

Source
Expand description

§Railway Hafas Provider

Implementation of a HAFAS client in Rust.

This crate is part of railway-backend. You can find a high-level documentation of railway-backend here.

This was originally forked from hafas-rs, but later heavily refactored to create a generic backend for Railway. It takes a lot of inspiration from the JavaScript hafas-client library, which is licensed under ISC.

Re-exports§

pub use error::Error;
pub use error::ParseError;
pub use error::ParseResult;
pub use error::Result;
pub use profile::Profile;

Modules§

api
client
error
format
parse
profile