rapid-web 0.4.9

A simple Rust server for the Rapid framework.
Documentation
1
2
3
4
5
6
7
8
9
use rapid_web::{
	rapid_web_codegen::rapid_handler,
};


#[rapid_handler]
pub async fn mutation() {

}