dapt 0.1.9

serializing and unseralizing unstructured data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod aggregation;
mod condition;
mod error;
mod expression;
mod lexor;
mod parser;

pub use error::Error;
pub use error::QueryResult;
pub use parser::Query;
pub use parser::SelectClause;
pub use parser::WhereClause;