Skip to main content

Crate fastedge_derive

Crate fastedge_derive 

Source
Expand description

Procedural macros for FastEdge applications.

This crate provides the #[fastedge::http] attribute macro that transforms a regular Rust function into a WebAssembly component handler for HTTP requests.

Attribute Macrosยง

http
Marks a function as the HTTP request handler for a FastEdge application.