igdb-api-rust 0.1.1

API wrappper for IGDB REST API
Documentation
1
2
3
4
5
use std::io::Result;
fn main() -> Result<()> {
    prost_build::compile_protos(&["src/igdbapi.proto"], &["src/"])?;
    Ok(())
}