mash-up 0.1.0

A minimalist web development stack that combines the power of Maud, Axum, SQLx and HTMX.
Documentation
1
2
3
4
5
6
7
8
9
//! `mash-up` is a Rust library that provides the dependencies for building web apps
//! using the MASH stack: Maud, Axum, SQLx, and HTMX. Instead of managing these
//! dependencies manually, you can simply include this crate in your project to
//! import all the necessary dependencies for web development.

pub fn placeholder() {
    // This is just a placeholder to make the crate compile.
}