direct_play_nice 0.1.0-alpha.8

CLI program that converts video files to direct-play-compatible formats.
Documentation
1
2
3
4
5
6
7
#[path = "app_convert.rs"]
pub mod app_convert;
#[path = "app_entry.rs"]
pub mod app_entry;

pub(crate) use app_convert::*;
pub(crate) use app_entry::*;