u-siem 0.7.0

A framework for building custom SIEMs
Documentation
1
2
3
use std::borrow::Cow;

pub type LogString = Cow<'static, str>;