via 2.0.0-gm.9

An async multi-threaded web framework for people who appreciate simplicity.
Documentation
1
2
3
4
5
6
7
8
mod app;
mod service;
mod shared;

pub use app::{Via, app};
pub use shared::Shared;

pub(crate) use service::AppService;