sword-macros 0.2.1

Structured web framework built on top of tokio ecosystem, providing powerful features for building robust web applications.
Documentation
1
2
3
4
5
6
7
8
mod adapter;
pub mod attributes;
mod http_error;
mod interceptor;

pub use adapter::expand_controller;
pub use http_error::*;
pub use interceptor::*;