playa 0.1.142

Image sequence player (EXR, PNG, JPEG, TIFF, .MP4). Pure Rust with optional OpenEXR/FFmpeg support.
Documentation
1
2
3
4
5
6
#[allow(clippy::module_inception)]
pub mod encode;
pub mod encode_ui;

pub use encode::*;
pub use encode_ui::*;