3 unstable releases
new 0.3.0 | Dec 17, 2024 |
---|---|
0.1.1 | Dec 6, 2024 |
0.1.0 | Nov 21, 2024 |
#1126 in Procedural macros
637 downloads per month
Used in lambda-lw-http-router
9KB
96 lines
Procedural macros for the lambda-lw-http-router crate.
Note: This is a proc-macro implementation crate for lambda-lw-http-router and is not meant to be used directly. Please use the main crate instead.
The macros in this crate are re-exported by the main crate, and using them directly may lead to version conflicts or other issues. Additionally, this crate's API is not guaranteed to be stable between minor versions.
Usage
Instead of using this crate directly, use the main crate:
[dependencies]
lambda-lw-http-router = "0.1"
See the lambda-lw-http-router documentation for more information on how to use the router.
Dependencies
~0.5–1MB
~23K SLoC