//! Compress an arbitrary file with our encoder at `Level(4)` (greedy).
//! Used by the profile pipeline to produce a `rust_stream` fixture
//! that the `profile_decode` example can iterate over.
//!
//! Usage: `cargo run --release --example encode_l4 <input> <output>`