| Crates.io | hrdf-parser |
| lib.rs | hrdf-parser |
| version | 0.5.2 |
| created_at | 2024-08-13 11:08:14.345146+00 |
| updated_at | 2025-09-24 13:34:43.245867+00 |
| description | This library is dedicated to the parsing of the HRDF format. For the moment, it can only parse the Swiss version of the HRDF format. |
| homepage | |
| repository | https://github.com/florianburgener/hrdf-parser |
| max_upload_size | |
| id | 1335838 |
| size | 377,092 |
This library is dedicated to the parsing of the HRDF format. For the moment, it can only parse the Swiss version of the HRDF format.
Author: Florian Burgener
https://crates.io/crates/hrdf-parser
apt install libssl-dev on Ubuntu)cargo add hrdf-parser
# #[tokio::main(flavor = "current_thread")]
# async fn main() -> Result<(), Box<dyn core::error::Error>> {
#
use hrdf_parser::Hrdf;
use hrdf_parser::Version;
let hrdf = Hrdf::new(
Version::V_5_40_41_2_0_5,
"https://opentransportdata.swiss/en/dataset/timetable-54-2024-hrdf/permalink",
false,
None,
)
.await?;
# Ok(())
# }
HRDF 5.40.41, V 2.04 (38 fichiers) :
HRDF 5.40.41, V 2.04 (this version also contains the 38 files listed above) :