"Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator." This is a Rust crate built around the TinyTinyRSS API.
This crate tracks to the most recent version of TTRSS.
Visit crates.io or docs.rs for more info.
Add this to your Cargo.toml
:
toml
[dependencies]
ttrss_api = "0.0.1"
Then add this to your crate:
rust
extern crate ttrss_api;
To use:
```rust extern crate ttrssapi; use ttrssapi::* as ttrss;
fn main() {
let apilevel: Option
The minimum Rust version supported is 1.43.1.
Feel free to submit PRs or issues for suggestions, bugs, or feedback.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Licensed under either of
at your option.