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
5
//! Fetch GitHub data. require `github` feature flag on
mod client;
pub mod data;
pub mod events;
mod utils;