docs.rs failed to build yaiko-core-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
yaiko-core
The core web framework engine for Yaiko — Built on Hyper and Tokio for high-performance Rust web applications.
██╗ ██╗ █████╗ ██╗██╗ ██╗ ██████╗
╚██╗ ██╔╝██╔══██╗██║██║ ██╔╝██╔═══██╗
╚████╔╝ ███████║██║█████╔╝ ██║ ██║
╚██╔╝ ██╔══██║██║██╔═██╗ ██║ ██║
██║ ██║ ██║██║██║ ██╗╚██████╔╝
╚═╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═════╝
Repository: https://github.com/sazalo101/yaiko
📖 The Yaiko Book | 🌱 Yaiko for Beginners
Usage
Add yaiko-core to your Cargo.toml:
[]
= "0.1.1"
= { = "1.0", = ["full"] }
Quick Web Server Example
use ;
async
async
Features
- Blazing Fast: Hyper-powered non-blocking HTTP engine
- Batteries Included: Routing, Middleware, CSRF, Rate Limiting, Security Headers
- Template & Static File Support: Built-in Handlebars templates and static asset serving
- Observability: Built-in Prometheus metrics and tracing
- Real-Time: Native WebSockets support
License
MIT