feedly_api
Rust implementation of the feedly API.
Usage
Add the dependency to your Cargo.toml.
[]
= "0.6"
Getting up and running
See the login example for how to log in and obtain a
FeedlyApi instance.
Run the example using cargo:
cargo run --example login