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