Crates.io | feedly_api |
lib.rs | feedly_api |
version | 0.6.0 |
source | src |
created_at | 2018-12-18 18:02:40.179266 |
updated_at | 2024-03-24 20:43:59.531223 |
description | rust implementation of the feedly REST API |
homepage | |
repository | https://gitlab.com/news-flash/feedly_api |
max_upload_size | |
id | 102551 |
size | 145,538 |
Rust implementation of the feedly API.
Add the dependency to your Cargo.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