direkuta-0.1.4-beta has been yanked.
Visit the last successful build:
direkuta-0.1.8
A web framework built around Hyper.
Examples
Please note that none of these are tested due to Direkuta being a web sever.
If, for some reason, they don't work, have a look at the examples folder.
Simple
use *;
new
.route
.run;
Tera Templates
extern crate direkuta;
use *;sp
use *;
JSON
extern crate direkuta;
extern crate serde_derive;
use *;
Routing
extern crate direkuta;
use *;