feedly_api 0.4.3

rust implementation of the feedly REST API
Documentation

feedly_api

Crates.io Status

Rust implementation of the feedly API.

Usage

Add the dependency to your Cargo.toml.

[dependencies]
feedly_api = "0.2"

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