webql 0.1.0

WebQL is a library that allows to get data from multiple resources or JSON and filter the result
Documentation
1
2
3
4
//! Vendors implementation for fetching data and run filters on the JSON
//! response. The list of vendors is enabled bt feature flag on
#[cfg(feature = "github")]
pub mod github;