string-config-parser 0.1.0

A simple configuration file parser for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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.1.0"