14 releases
0.2.6 | Dec 23, 2021 |
---|---|
0.2.5 | Dec 22, 2021 |
0.2.1 | Jul 14, 2021 |
0.2.0 | Dec 23, 2020 |
0.0.5 | Jul 24, 2020 |
#1874 in Rust patterns
47 downloads per month
Used in rust-cef-derive
13KB
217 lines
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();
Dependencies
~740KB
~13K SLoC