ambientcg 0.2.2

Rust interface around the ambientCG v2 web API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod asset;
mod download_category;
mod download_file_type;
mod download_file;
mod download_folder;
mod map;
mod preview_image;
mod preview_link;

pub use asset::*;
pub use download_category::*;
pub use download_file_type::*;
pub use download_file::*;
pub use download_folder::*;
pub use map::*;
pub use preview_image::*;
pub use preview_link::*;