actiondb 0.7.0

A safe and efficient unstructured text (log) parsing library.
Documentation
1
2
3
4
5
6
7
8
pub mod node;
pub mod parser_factory;
pub mod factory;
pub mod suite;
mod matcher;

pub use self::suite::TrieMatcherSuite;
pub use self::node::SuffixTree;