Docs.rs
feather-macros-0.2.0
feather-macros 0.2.0
Docs.rs crate page
MIT
06 December 2025
Links
crates.io
Source
Owners
BersisSe
Dependencies
quote ^1.0
normal
syn ^2.0
normal
Versions
50%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate feather_macros
feather_
macros
0.2.0
All Items
Crate Items
Attribute Macros
Crate
feather_
macros
Copy item path
Source
Attribute Macros
ยง
middleware_
fn
This macro defines a middleware function that can be used in Feather applications.
It allows you to write middleware functions without repeating the type signatures for request, response, and context. Example: