sheathe 0.1.4

Pure-Rust HLS/DASH/CMAF media packager (Shaka Packager alternative) — `sheathe` CLI
1
2
3
4
5
6
7
8
//! `sheathe` — pure-Rust HLS/DASH/CMAF media packager.
//!
//! The canonical install target (`cargo install sheathe`); the CLI itself lives
//! in [`sheathe_cli`].

fn main() -> anyhow::Result<()> {
    sheathe_cli::run()
}