faucet-source-rest 1.0.0

REST API source connector for the faucet-stream ecosystem
Documentation
1
2
3
4
5
//! Record extraction from API responses.

pub mod jsonpath;

pub use jsonpath::extract_records;