next-web-macros 0.2.0

Provide a series of commonly used macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// #[cfg(feature = "api-doc")]
pub mod api_doc;
// #[cfg(feature = "retry")]
pub mod retry;
// #[cfg(feature = "translation")]
pub mod translation;

pub mod idempotency;
pub mod pre_authorize;
pub mod properties;
pub mod routing;
pub mod scheduled;

mod attrs;