Rust Examples
April 7, 2026 ยท View on GitHub
Back to main README.md
Rust Examples
These examples have moved to the FastEdge-sdk-rust repository, where they live alongside the SDK they depend on.
CDN (proxy-wasm)
- Body
- Convert Image
- Custom
- Custom Error Pages
- Geo Block
- Geo Redirect
- Headers
- HTTP Call
- JWT
- Key Value
- Large Env Variable
- Log Time
- Markdown to HTML
- Properties
- Variables and Secrets
HTTP Basic (sync)
- API Wrapper
- Backend
- Hello World
- Markdown Render
- Outbound Fetch
- S3 Upload
- Secret
- Smart Switch
- Watermark
HTTP WASI (async)
- Geo Redirect
- Headers
- Hello World
- Key Value
- Large Env Variable
- Outbound Fetch
- Secret Rollover
- Simple Fetch
- Variables and Secrets
Build
Each example is standalone. Clone the SDK repo and build the example you want:
git clone https://github.com/G-Core/FastEdge-sdk-rust.git
cd FastEdge-sdk-rust/examples/<path>
cargo build --release
Running an example
Upload the resulting .wasm file to the FastEdge portal and attach it to your CDN or HTTP application.
See the individual example README for any required environment variables or configuration.