3 unstable releases
0.2.1 | Jan 25, 2024 |
---|---|
0.2.0 | Jan 25, 2024 |
0.1.0 | Jan 25, 2024 |
#1455 in Rust patterns
5KB
69 lines
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:
[dependencies]
config-parser = "0.2.1"