ambientcg 0.2.2

Rust interface around the ambientCG v2 web API
Documentation
1
2
3
4
5
6
/// Stores a response from ambientCG's API in response to a previously submitted
/// request.
#[derive(Debug)]
pub struct Response {
    pub found_assets: Vec<super::asset::Asset>
}