Rust client for DrugFYI REST API.
let client = drugfyi::Client::new(); let result = client.search("query").unwrap();