| Crates.io | uxum |
| lib.rs | uxum |
| version | 0.8.0 |
| created_at | 2025-03-10 00:46:33.695187+00 |
| updated_at | 2025-09-23 02:30:26.497216+00 |
| description | Opinionated backend service framework based on axum |
| homepage | |
| repository | https://github.com/unikmhz/uxum |
| max_upload_size | |
| id | 1586031 |
| size | 1,545,404 |
An opinionated backend service framework based on axum.
grpc: support nesting Tonic GRPC services inside Axum server instance.hash_argon2: support PHC user password hashes using Argon2 algorithm.hash_pbkdf2: support PHC user password hashes using PBKDF2 and HMAC-SHA256/512 algorithm.hash_scrypt: support PHC user password hashes using SCrypt algorithm.hash_all: alias for hash_argon2 + hash_pbkdf2 + hash_scrypt.jwt: support athentication via HTTP Bearer using JWT.kafka: support writing logs to a Kafka topic.systemd: enable systemd integration for service notifications and watchdog support (Linux only).