zarrs_conventions_thumbnails
Rust implementation of the Thumbnails Zarr convention.
This convention allows a Zarr node to refer to thumbnails which represent that node in some way.
Usage
use ;
// Create a thumbnail with a path
let mut thumb = try_new.unwrap;
// Set optional description
*thumb.description_mut = Some;
// Add arbitrary attributes
thumb.attributes_mut.insert;
// Create thumbnails collection (Thumbnails derefs to Vec<Thumbnail>)
let thumbnails: Thumbnails = vec!.into;