rust-cef

Crates.iorust-cef
lib.rsrust-cef
version0.2.6
sourcesrc
created_at2020-07-10 19:52:49.524119
updated_at2021-12-23 04:20:21.372745
descriptionTrait to serialize/convert/map a Rust item into an ArcSight Common Event Format string. This trait enables logging libraries and frameworks that may wish to integrate with standardized monitoring tools to be able to do so. A sub-package provides macros to derive the trait implementation for any struct as well as macros to annotate members to map to various CEF headers or key-value pairs.
homepage
repositoryhttps://github.com/polyverse/rust-cef
max_upload_size
id263808
size24,916
Archis (archisgore)

documentation

README

Build Status

rust-cef

A simple trait that allows any Rust item (struct, enum, etc.) to be serialized as a ArcSight Common Event Format string.

Usage

let result = example.to_cef();
Commit count: 97

cargo fmt