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() }