podping-api

Crates.iopodping-api
lib.rspodping-api
version0.1.0
sourcesrc
created_at2023-05-21 13:59:36.080531
updated_at2023-05-21 13:59:36.080531
descriptionA library for the Podping API.
homepagehttps://gitlab.com/a-kenji/podping-api
repositoryhttps://gitlab.com/a-kenji/podping-api
max_upload_size
id869959
size77,657
(a-kenji)

documentation

https://gitlab.com/a-kenji/podping-api

README

podping-api

Built with Nix Crates Documentation Podcasting 2.0

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.

Usage:

Add the following to your Cargo.toml:

podping-api = "0.1.0"

or use cargo add:

cargo add podping-api

Example:

Try running the example with:

cargo run --example async_poll

or alternatively

nix run

Limitations

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.

Changes

Changelog

Contributing

How to contribute.

Reference

License

MIT

Commit count: 17

cargo fmt