arcature 0.1.1

Arcature: an opinionated full-stack Rust web framework. One package, batteries included.
Documentation
1
2
3
4
5
6
//! Runtime macros: `#[arcature::main]`.
//!
//! Re-exports the certified Tokio multi-thread runtime macro so a normal
//! application needs no direct `tokio` dependency for `#[tokio::main]`.

pub use tokio::main;