[−][src]Crate transit_model
The transit_model crate proposes a model to manage transit data.
It can import and export data from GTFS and
NTFS.
Re-exports
pub use crate::model::Model; |
Modules
| apply_rules | See function apply_rules |
| gtfs | GTFS format management. |
| hellogo_fares | See function enrich_with_hellogo_fares |
| merge_stop_areas | See function merge_stop_areas |
| model | Definition of the navitia transit model. |
| ntfs | NTFS format management. |
| objects | The different objects contained in the navitia transit model. |
| transfers | See function generates_transfers |
| vptranslator | See function translate |
Structs
| CURRENT_DATETIME | Current datetime |
Constants
| NTFS_VERSION | Current version of the NTFS format |
Type Definitions
| Error | The error type used by the crate. |
| Result | The corresponding result type used by the crate. |