Wanted to toy around with parsing and zig structs, so made a small little library to parse envfiles into structs. zig-dotenv looked nice as well, just wanted to not use a key value map. Still no proper support for comments (any line with a # in it will be ignored), and no multiline stuff for now. Completely dependency free
3 Likes