serv4rs 0.1.7

serv4rs is a powerful, pragmatic, and extremely fast web framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
pub use {
	actix_web::{HttpRequest, HttpResponse},
};

pub use super::{
    error::Error,
    R,
	request::Render,
};