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