vyuh 0.2.7

Vyuh web framework for Axum and SQLx with handler-first APIs
Documentation
1
2
3
4
5
6
7
8
mod apidoc;
mod base;
mod schema;
// mod fragments;

pub use apidoc::{ApiDocError, ApiDocGenerator, ApiMeta, DocViewer, TagInfo};
pub use base::*;
pub use schema::ComponentRegistry;