Crates.io | podping-api |
lib.rs | podping-api |
version | 0.1.0 |
source | src |
created_at | 2023-05-21 13:59:36.080531 |
updated_at | 2023-05-21 13:59:36.080531 |
description | A library for the Podping API. |
homepage | https://gitlab.com/a-kenji/podping-api |
repository | https://gitlab.com/a-kenji/podping-api |
max_upload_size | |
id | 869959 |
size | 77,657 |
Rust bindings to the podping api, primarily used by the podcast namespace.
Podping allows watching for changes by all feeds that participate in the process, reducing the need for active polling.
Add the following to your Cargo.toml
:
podping-api = "0.1.0"
or use cargo add
:
cargo add podping-api
Try running the example with:
cargo run --example async_poll
or alternatively
nix run
The library currently fits my needs, but is still limited, for more information and an overview, please take a look at the issues.
If you have different needs, or find improvements, I am always happy about contributions. Please see the contributing section for that.
MIT