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