Thanks to visit codestin.com
Credit goes to lib.rs

#config-parser #parser #integer

string-config-parser

A simple configuration file parser for Rust

3 unstable releases

0.2.1 Jan 25, 2024
0.2.0 Jan 25, 2024
0.1.0 Jan 25, 2024

#877 in Configuration

MIT license

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"

No runtime deps