sheathe
Facade crate for the sheathe workspace.
It re-exports the packaging pipeline and each format crate so you can depend on
a single sheathe crate instead of a dozen sheathe-* crates.
The command-line tool lives in the separate sheathe-cli
crate, which installs a sheathe binary:
See the project README for commands, recipes, and oracle status.
Install
[]
= "0.6"
Or via Cargo:
Quick start
use ;
use PathBuf;
let opts = PackageOptions ;
let output = package.unwrap;
Lower-level crates are re-exported as modules (sheathe::mp4, sheathe::dash,
sheathe::hls, …) — see the crate docs.
License
MIT OR Apache-2.0.