ambientcg 0.2.2

Rust interface around the ambientCG v2 web API
Documentation
1
2
3
4
5
6
7
mod non_empty_string;
mod non_zero_f32;
mod parse_date;

pub use non_empty_string::*;
pub use non_zero_f32::*;
pub use parse_date::*;