rust-cef-derive 0.2.6

Macros to derive the ToCef trait implementation for any struct as well as macros to annotate members to map to various CEF headers or key-value pairs. This enables having a structured representation inside Rust to be serialized as CEF log entries that can be written to log files or syslog.
Documentation

rust-cef-derive

This crate provides #[derive()] macros to derive the Common Event Format generating traits in Rust items like Structs and Enums.

The test file demonstrates some sample usage. Documentation is severely lacking for the moment.