Crate indieweb

source ·
Expand description

This crate provides implementations of the standards and algorithms used with the IndieWeb.

More information about what’s available is in either the algorithms or 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 to extend common values with IndieWeb-adjacent capabilities.

Modules§

  • A collection of algorithms commonly used in the IndieWeb. This module provides a collection of implementation of known algorithms when working with the IndieWeb or adjacent tooling.
  • A representation of errors from the IndieWeb error.
  • A facade for HTTP interactions when working with this library.
  • A collection of standards that the IndieWeb can support.
  • Traits to extend everyday functionality with IndieWeb-adjacent tooling.

Enums§

  • Represents all of the error states of this crate.

Functions§