simpleconfig 0.1.0

Simple config by string literal. Suitable for API config passing by string literal. Imagine you can pass `level=3;type=zstd` literally to compression algorithm library instead of Config::Builder::new().withLevel(3).withType(`zstd`).build?
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies.urlencoding]
version = "2.1"

[package]
description = "Simple config by string literal. Suitable for API config passing by string literal. Imagine you can pass `level=3;type=zstd` literally to compression algorithm library instead of Config::Builder::new().withLevel(3).withType(`zstd`).build?"
edition = "2021"
license = "Apache-2.0"
name = "simpleconfig"
readme = "README.md"
version = "0.1.0"