thumbnailify 0.1.4

A Rust library for generating and caching thumbnails using the GNOME thumbnailer approach.
Documentation
1
2
3
4
5
6
7
8
9
pub mod file;
pub mod sizes;
pub mod hash;
pub mod thumbnailer;
pub mod error;

pub use thumbnailer::generate_thumbnail;
pub use sizes::ThumbnailSize;
pub use error::ThumbnailError;