Crate awaur

source · []
Expand description

AWAUR: Asynchronous Web API Utilities for Rust

This crate has several utilities to help you structure the public API of a web API wrapper.

Modules

Definitions for types used with the endpoint! macro. See the documentation on that macro for information about how the members of this module are intended to be used.

Generic utility macros that don’t belong to an obvious module.

This module helps you implement pagination over a web API endpoint.

Provides types and functions that can be used with either #[serde(with = "...")] or #[serde_as(as = "...")].