altria 0.0.1

A comprehensive Rust library for web server development
Documentation
1
2
3
4
5
6
7
8
9
10
//! # Altria Library
//!
//! A comprehensive Rust library for web development with robust error handling,
//! utilities, and common patterns.

#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![doc = include_str!("../README.md")]
#![allow(async_fn_in_trait)]

pub mod error;