string-config-parser 0.2.1

A simple configuration file parser for Rust
Documentation
  • Coverage
  • 0%
    0 out of 4 items documented0 out of 3 items with examples
  • Size
  • Source code size: 16.75 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 286.22 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mahavirdash

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"