webapp-frontend 1.0.0

A web application completely written in Rust
Documentation
1
2
3
4
5
//! All available components of this application

mod content;
mod login;
pub mod root;