An open API service indexing awesome lists of open source software.

https://github.com/idemio/idem-handler


https://github.com/idemio/idem-handler

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Idem Handler
The core library crates used in most `idemio` repositories.

## Features
- A versatile `exchange` object designed to facilitate middleware operations on payloads across various data types and execution environments.
- A modular and extensible execution framework enabling the definition of middleware chains for streamlined handler processing.
- Flexible configuration support for dynamically loading handlers based on predefined settings.
- Utilization of procedural macros to enforce consistency and reduce redundancy in handler implementations.

## Usage

// TODO

## Performance

// TODO