actiondb 0.7.0

A safe and efficient unstructured text (log) parsing library.
Documentation
1
2
3
4
5
6
7
8
9
10
pub use self::pattern::Pattern;
pub use self::source::PatternSource;

#[cfg(test)]
mod test;
mod pattern;
mod deser;
pub mod source;
pub mod file;
pub mod testmessage;