1 2 3 4
use actix_web::{get, post, web, App, HttpResponse, HttpServer, Responder}; use crate::webexample::ructl::{hello, echo };