Crate lunna_actix_utils

Source
Expand description

lunna_actix_utils is a utility crate by lunna.dev (me) for Actix Web projects.

This crate contains reusable tools and extractors that are used across several of my personal projects, aiming to reduce boilerplate and keep code clean and maintainable.

It is not intended as a general-purpose library for public use, but you’re welcome to explore or adapt anything you find useful.

§Features

§Modules

  • extractors — Request extractors with extra behavior like input validation.

Modules§

auth
extractors
This module contains custom extractors used in Actix Web handlers.
util