Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actix/examples
/ main.rs
File
main.rs
forms/form/src/main.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use actix_web::{App, HttpRequest, HttpResponse, HttpServer, Responder, Result, middleware, web};
2
use serde::{Deserialize, Serialize};
3
4
struct AppState {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected