falco_event_serde 0.5.1

Serde support for falco_event types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod dynamic_params;
mod fd_list;
mod flags;
mod integers;
mod net;
mod newtypes;
mod option;
mod strings;
mod time;

pub struct SerializedField<T>(pub T);
pub use strings::StrOrBytes;