glycin 3.0.0-alpha

Sandboxed image decoding
Documentation
1
2
3
4
5
6
7
8
9
pub mod frame;
pub mod frame_request;
pub mod image;
pub mod loader;

pub use frame::GlyFrame;
pub use frame_request::GlyFrameRequest;
pub use image::GlyImage;
pub use loader::GlyLoader;