actiondb 0.3.0

A safe and efficient unstructured text (log) parsing library.
1
2
3
4
5
6
7
8
9
pub mod trie;
pub mod pattern;
pub mod result;
pub mod matcher;
pub mod factory;

pub use self::pattern::Pattern;
pub use self::matcher::Matcher;
pub use self::factory::Factory;