Documentation
1
2
3
4
5
6
7
8
//! Deserializers for data model types.

mod caption;
mod color;
mod image_macro;

#[cfg(test)]
mod tests;