Expand description
Rust client for AirlineFYI REST API.
let client = airlinefyi::Client::new();
let result = client.search("query").unwrap();Rust client for AirlineFYI REST API.
let client = airlinefyi::Client::new();
let result = client.search("query").unwrap();