rust-syslog-rfc5424
rust-syslog-rfc5424 copied to clipboard
RFC5424-compliant IETF syslog parser in Rust
Results
2
rust-syslog-rfc5424 issues
Sort by
recently updated
recently updated
newest added
I'll start with small complaint, when parsing SD heavy log lines, I've noted significant slowdown. That was not totally unexpected, we're basically using SD elements as a replacement for JSON,...
This still defaults to `BTreeMap` but allows you to use a `HashMap` (or, if you pass the right feature, an `IndexMap`) instead. Major breaking API changes (e.g., removal of the...