https://github.com/idemio/idem-handler
https://github.com/idemio/idem-handler
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/idemio/idem-handler
- Owner: idemio
- License: apache-2.0
- Created: 2025-05-13T05:14:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-17T22:04:46.000Z (about 1 year ago)
- Last Synced: 2025-05-31T00:51:56.279Z (about 1 year ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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