axtra 0.2.0

Axtra is a Rust library for building web applications with Axum and Astro providing utilities for error handling, notifications, and more.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Axtra
###

🎨 Overview
===========

This crate adds some common helpers for Axum + Astro projects.

This library is extremely opinionated and rough and subject to breaking changes.

🐉 Here be dragons 🐉 Burninate

As more functionality can be abstracted into this lib from my current projects it will continue to grow.

Features
- Generic AppError and Error response handling + typescript types
- WrappedJson response to easily nest Vec and single types into a root json object
- Health check to test that postgres is working.