| Crates.io | feedly_api |
| lib.rs | feedly_api |
| version | 0.6.1 |
| created_at | 2018-12-18 18:02:40.179266+00 |
| updated_at | 2025-01-17 01:40:51.871476+00 |
| description | rust implementation of the feedly REST API |
| homepage | |
| repository | https://gitlab.com/news-flash/feedly_api |
| max_upload_size | |
| id | 102551 |
| size | 152,252 |
Rust implementation of the feedly API.
Add the dependency to your Cargo.toml.
[dependencies]
feedly_api = "0.6"
See the login example for how to log in and obtain a
FeedlyApi instance.
Run the example using cargo:
cargo run --example login