- Make
rustc-serialize
support optional behind the self-named feature flag - Add optional
serde
support behind theserde-serialize
feature flag
- Use AsRef in the message parser instead of Into, since we do not need ownership
- Support sub-second timestamp resolution (Fixes #5 / #6)
- Add more tests
- Fix various clippy concerns
- add Deref to StructuredMessage (#4, via @pzol)
- return more references instead of strings in the parser (#3)
- add rustc_serialize integration
- store structured data in a map instead in nested structs