Skip to main content

qubit_config/options/
config_read_options.rs

1/*******************************************************************************
2 *
3 *    Copyright (c) 2025 - 2026 Haixing Hu.
4 *
5 *    SPDX-License-Identifier: Apache-2.0
6 *
7 *    Licensed under the Apache License, Version 2.0.
8 *
9 ******************************************************************************/
10
11/// Runtime options that control how configuration values are read and parsed.
12///
13pub type ConfigReadOptions = qubit_datatype::DataConversionOptions;