awkrs 0.4.12

Awk implementation in Rust with broad CLI compatibility, parallel records, and experimental Cranelift JIT
Documentation
; sample INI

global_key = hello
debug = true

[database]
host = localhost
port = 5432
user = admin
# this is a comment
password = secret

[logging]
level = info
file = /var/log/app.log

[features]
flag_a = on
flag_b = off
flag_c = on