thruster 1.3.13

A middleware based http async web server.
Documentation
1
2
3
4
5
6
7
8
use tokio::runtime::Runtime;

#[tokio::main]
async fn main() {
    // Your code here
}

chainable_functions::chainable_functions!(A, B, C);