Skip to main content

Crate boardgamefyi

Crate boardgamefyi 

Source
Expand description

Rust client for BoardGameFYI REST API.

let client = boardgamefyi::Client::new();
let result = client.search("query").unwrap();

Structs§

Client