45 releases
0.4.5 | Sep 7, 2024 |
---|---|
0.3.0 | Mar 17, 2024 |
0.2.2 | Dec 27, 2023 |
0.2.1 | Nov 29, 2023 |
0.0.14 | Jun 24, 2021 |
#123 in HTTP client
28 downloads per month
225KB
5K
SLoC
IndieWeb for Rust
This library provides a collection of tools to work with the IndieWeb in your Rust applications.
Features
- [IndieAuth][] supporting https://indieauth.spec.indieweb.org/20201126/
- [Webmention][] support https://www.w3.org/TR/webmention/
lib.rs
:
This crate provides implementations of the [standards][standards] and [algorithms][algorithms] used with the IndieWeb.
More information about what's available is in either the [algorithms][algorithms] or [standards][standards] module. A required trait to use is the HTTP Client if you'd like to use your own networking stack that's compatible with http. This library also provides some [traits][traits] to extend common values with IndieWeb-adjacent capabilities.
Dependencies
~18–31MB
~556K SLoC