RustAPI Core
The core engine for the RustAPI framework.
Note: This is an internal crate. You should depend on
rustapi-rsinstead.
Responsibilities
- HTTP Server: Wraps
hyper1.0. - Routing: Implements radix-tree routing via
matchit. - Glue Code: Connects extractors, handlers, and responses.
- Middleware Integration: Provides
towercompatibility (internal).
Architecture
This crate provides the RustApi builder and the Handler trait system that powers the framework's ergonomics.