Docs.rs
rapid-web-codegen-0.2.8
rapid-web-codegen 0.2.8
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
DarrenBaldwin07
Dependencies
include_dir ^0.7.3
normal
proc-macro2 ^1.0.49
normal
quote ^1.0.26
normal
regex ^1.7.3
normal
syn ^2.0.15
normal
Versions
71.43%
of the crate is documented
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
rapid_
web_
codegen
0.2.8
All Items
Crate Items
Macros
Attribute Macros
Crate
rapid_web_codegen
Copy item path
Source
Macros
§
rapid_
configure
A macro for generating imports for every route handler (used in rapid file based routing)
rapid_
configure_
nextjs
A macro for generating imports for every route handler in a Rapid NextJS application
rapid_
configure_
remix
A macro for generating imports for every route handler in a Rapid Remix application
routes
Macro for generated rapid route handlers based on the file system
Attribute Macros
§
main
Inits a traditional actix-web server entrypoint Note: this is only being done because we need to re-route the macro to point at rapid_web instead of actix
rapid_
handler