syslog_parse 1.0.2

parse syslog,check syslog format
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod error;
mod format;
pub mod protocol;
pub mod stream;

extern crate serde_derive;
#[macro_use]
extern crate thiserror;
#[macro_use]
extern crate strum_macros;