rustapi-core 0.1.2

Core library for RustAPI framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# RustAPI Core


The core engine for the RustAPI framework.

> **Note**: This is an internal crate. You should depend on `rustapi-rs` instead.

## Responsibilities


- **HTTP Server**: Wraps `hyper` 1.0.
- **Routing**: Implements radix-tree routing via `matchit`.
- **Glue Code**: Connects extractors, handlers, and responses.
- **Middleware Integration**: Provides `tower` compatibility (internal).

## Architecture


This crate provides the `RustApi` builder and the `Handler` trait system that powers the framework's ergonomics.