thomas9911 / acf

Another config format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Another Config Format

Config format that can fit on one line, so it is easy to use in bash and env vars

config1={value: 1, default: 12},config2={DEFAULT: "testing"},config3={list={1,2,3}, maplist: {{a: 2, b: 3}, {c: 4, d: 5}}}

Out of scope:

  • non ascii keys

About

Another config format


Languages

Language:Rust 100.0%