feedly_api

Crates.iofeedly_api
lib.rsfeedly_api
version0.7.0
created_at2018-12-18 18:02:40.179266+00
updated_at2026-01-13 18:34:07.248565+00
descriptionrust implementation of the feedly REST API
homepage
repositoryhttps://gitlab.com/news-flash/feedly_api
max_upload_size
id102551
size163,696
Jan Lukas Gernert (jangernert)

documentation

README

feedly_api

Crates.io Status

Rust implementation of the feedly API.

Usage

Add the dependency to your Cargo.toml.

[dependencies]
feedly_api = "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
Commit count: 158

cargo fmt