Expand description
§Configuration Format Parsers
Multi-format configuration parsing with automatic format detection and high-performance implementations.
Modules§
- conf
- CONF Format Parser
Functions§
- detect_
format - Detect configuration format from content
- detect_
format_ from_ path - Detect configuration format from file path
- parse_
file - Parse configuration from a file with automatic format detection
- parse_
string - Parse configuration from a string with optional format hint Uses zero-copy AST parser for enterprise performance