mcraw-tui 0.2.1

Cross-platform TUI for browsing and exploring MotionCam (.mcraw) files
Documentation
1
2
3
pub trait ImageEncoder {
    fn encode(&mut self, rgba: &[u8], width: u32, height: u32) -> &[u8];
}