// SPDX-FileCopyrightText: 2022 Dinko Korunic <dinko.korunic@gmail.com>
// SPDX-License-Identifier: MIT
use Error;
use MiMalloc;
use io;
use thread;
use Args;
static GLOBAL: MiMalloc = MiMalloc;
/// Binary entry point: wires parsed CLI args into the library pipeline.