| Crates.io | lunna_actix_utils |
| lib.rs | lunna_actix_utils |
| version | 1.0.2 |
| created_at | 2025-04-17 16:08:43.624064+00 |
| updated_at | 2025-04-19 10:39:48.773836+00 |
| description | This crate is intended to be a collection of utils for my projects that uses actix as web "framework" |
| homepage | https://github.com/Lunna5/lunna-actix-utils |
| repository | https://github.com/Lunna5/lunna-actix-utils.git |
| max_upload_size | |
| id | 1638038 |
| size | 113,412 |
Utilities for Actix Web projects by lunna.dev
This crate provides small, reusable components used across my personal projects built with Actix Web. It includes custom extractors and helpers to reduce boilerplate and keep things clean.
[!IMPORTANT] This is a personal-use crate. You're welcome to explore or use it, but it's tailored to my own workflows and may change frequently.
ValidatedJson] extractor: automatically validates incoming JSON payloads using validator.MIT