sword-core 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 builtin;
mod stack;

pub use sword_layers::not_found::NotFoundLayer;
pub use sword_layers::prelude::*;

pub use builtin::*;
pub use stack::LayerStack;