// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-FileCopyrightText: (C) 2023 Andreas Hartmann <hartan@7x.de>
// This file is part of cnf-lib, available at <https://gitlab.com/hartang/rust/cnf>
//! # Misc utilities for different purposes
//!
//! This module houses a grab-bag of helpers and convenience-functions meant to make handling
//! different aspects of command finding easier.
pub use *;
/// Public prelude for common utlitities.