//! Opt-in `rs` short-alias binary — identical to `ripsync`, built only with
//! `--features rs-alias` (the name collides with the BSD `rs` reshape tool, so
//! it is never installed by default).
/// Global allocator: mimalloc, matching the `ripsync` binary. Opt out with
/// `--features system-malloc` (or `--no-default-features`). Must live in the
/// binary crate root.
static GLOBAL: MiMalloc = MiMalloc;