#key-value #config-parser #pair #config-file #comments #different #boolean

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

#824 in Rust patterns

Download history 7/week @ 2024-01-21 8/week @ 2024-02-18 32/week @ 2024-02-25 1/week @ 2024-03-03 1/week @ 2024-03-10 79/week @ 2024-03-24 24/week @ 2024-03-31

104 downloads per month

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