rust-cef-derive

Crates.iorust-cef-derive
lib.rsrust-cef-derive
version0.2.6
sourcesrc
created_at2020-07-15 14:53:45.049639
updated_at2021-12-23 04:21:01.949995
descriptionMacros 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.
homepage
repositoryhttps://github.com/polyverse/rust-cef/rust-cef-macros
max_upload_size
id265443
size82,169
Archis (archisgore)

documentation

README

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.

Commit count: 97

cargo fmt