actiondb 0.3.0

A safe and efficient unstructured text (log) parsing library.
1
2
3
4
5
6
7
pub use self::error::{DeserError, Error};
pub use self::file::SerializedPatternFile;

mod deser;
mod error;
mod file;
mod iter;