easy_config 0.4.2

A language, parser, and lexer designed to make easy to read and write configuration files.
Documentation
[dependencies.easy_config_derive]
optional = true
version = "0.3.1"

[dependencies.itertools]
version = "0.14.0"

[features]
derive = ["dep:easy_config_derive"]

[lib]
name = "easy_config"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config"]
description = "A language, parser, and lexer designed to make easy to read and write configuration files."
edition = "2021"
homepage = "https://github.com/Syst3mz/easy_config"
keywords = ["config"]
license = "GPL-3.0"
name = "easy_config"
readme = "README.md"
repository = "https://github.com/Syst3mz/easy_config"
version = "0.4.2"