ambientcg 0.2.2

Rust interface around the ambientCG v2 web API
Documentation
1
2
3
4
5
6
/// Represents a category of files which can be downloaded from ambientCG.
#[derive(Debug)]
pub struct DownloadCategory {
    pub file_type: super::DownloadFileType,
    pub downloads: Vec<super::DownloadFile>
}