ruwebframe 0.1.3

a simple webframe for rust actix-web, based on rudi and rbatis.
Documentation
1
2
3
4
use actix_web::{get, post, web, App, HttpResponse, HttpServer, Responder};
use crate::ructl::examplectl::{hello, echo  };