Expand description
Serialization support
This module provides serialization support for Falco events in the form of an Event
wrapper struct. A reference to any falco_event::events::Event
can be converted into this
struct, which implements serde::Serialize
.
Structsยง
- Event
- A wrapper struct for Falco events that implements
Serialize
.