cfgmatic-files 2.2.0

Configuration file discovery and reading with multiple format support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! Legacy types for backwards compatibility.
//!
//! This module contains deprecated type aliases and re-exports
//! to maintain backwards compatibility with code that uses the old API.
//!
//! # Migration Guide
//!
//! The following types have been superseded by equivalents in `cfgmatic-source`:
//!
//! | Legacy Type (cfgmatic-files) | New Type (cfgmatic-source) |
//! |-------------------------------|----------------------------|
//! | `ConfigFile` | `FileSource` |
//! | `ConfigFiles` | `CompositeSource` |
//! | `FileFinder` | `Loader` with `FileConfig` |
//! | `Mergeable` | Use `cfgmatic_merge::Merge` directly |

#![deprecated(since = "2.0.1", note = "use cfgmatic-source instead")]