1 2 3 4 5 6 7 8 9 10 11 12 13 14
//! **Webql** //! //! WebQL is a library that allows to get data from multiple resources or JSON //! and filter the result. //! //! # Example: //! ``` #![doc = include_str!("../examples/json-filter.rs")] //! ``` //! pub mod vendor; pub mod data; pub mod jfilter;