comboios 0.1.0

Unofficial Rust client for Comboios de Portugal (CP) APIs to search stations, get timetables, and retrieve train information
Documentation
1
2
3
4
5
6
7
use std::time::Duration;

use anyhow::Context;
use reqwest::Client;
use serde::de::DeserializeOwned;

use crate::error::AppError;