direct_play_nice 0.1.0-beta.3

CLI program that converts video files to direct-play-compatible formats.
Documentation
1
2
3
4
5
6
//! Compatibility shim that preserves legacy module layout while exposing the current app entry modules.

#[path = "app_convert.rs"]
pub mod app_convert;
#[path = "app_entry.rs"]
pub mod app_entry;