logfmt icon indicating copy to clipboard operation
logfmt copied to clipboard

Fast C logfmt parser.

Results 3 logfmt issues
Sort by recently updated
recently updated
newest added

Might just be worth hand-coding to squeeze a bit more out.

No escapes are supported currently

- [ ] test empty strings - [ ] test numeric values - [ ] test multiple logs (newlines) - [ ] test error handling - [ ] add CI