// Copyright notice and licensing information.
// These lines indicate the copyright of the software and its licensing terms.
// SPDX-License-Identifier: Apache-2.0 OR MIT indicates dual licensing under Apache 2.0 or MIT licenses.
// Copyright © 2023-2024 LibMake. All rights reserved.
/// The `test_ascii` module contains functionality for generating ASCII art from
/// text using the FIGlet library.
/// The `test_args` module contains functionality for parsing command-line arguments.
/// The `test_csv` module contains functionality for parsing CSV files.
/// The `test_ini` module contains functionality for parsing INI files.
/// The `test_json` module contains functionality for parsing JSON files.
/// The `test_toml` module contains functionality for parsing TOML files.
/// The `test_yaml` module contains functionality for parsing YAML files.