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§
- endpoints
- 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. - macros
- Generic utility macros that don’t belong to an obvious module.
- paginator
- This module helps you implement pagination over a web API endpoint.
- serde_
with - Provides types and functions that can be used with either
#[serde(with = "...")]
or#[serde_as(as = "...")]
.