Crate fastedge

Source
Expand description

§Rust SDK for FastEdge.

Re-exports§

pub extern crate http;

Modules§

body
Helper types for http component
dictionary
Helper functions for dictionary interface
exports
gcore
proxywasm
FastEdge ProxyWasm module extension
secret
Helper functions for secret interface
wasi_nn

Macros§

export
Generates #[no_mangle] functions to export the specified type as the root implementation of all generated traits.

Enums§

Error
Error type returned by send_request

Functions§

send_request
implementation of http_client

Attribute Macros§

http
Main function attribute for a FastEdge application.