# Config Parser A simple configuration file parser written in Rust. ## Features - Parses configuration files with key-value pairs. - Supports different data types (strings, integers, booleans). - Handles comments in the configuration files. - Provides easy access to configuration values programmatically. ## Usage Add this crate to your `Cargo.toml` file: ```toml [dependencies] config-parser = "0.2.1"