1 unstable release

new 0.1.0 Mar 10, 2025

#1247 in Procedural macros


Used in uxum

MIT/Apache

30KB
696 lines

UXUM

An opinionated backend service framework based on axum.

Project goals

  • Minimum boilerplate code.
  • Minimal performance impact from features not in use.
  • Metrics, tracing, OpenAPI and common service support features available out of the box.
  • Ready to be deployed on a local server, VM or container, or in the cloud.

Project non-goals

  • Performance and feature parity with bare axum. Straight-up axum without all bells and whistles provided by this framework will always be a bit faster and more flexible.
  • Database access layers and connection pools. This is out of scope for this project.

lib.rs:

uxum-macros

Procedural macros for use with UXUM framework.

Dependencies

~1–1.5MB
~30K SLoC