| Crates.io | hotaru_core |
| lib.rs | hotaru_core |
| version | 0.7.7 |
| created_at | 2025-11-21 15:43:27.194507+00 |
| updated_at | 2026-01-13 16:55:13.07139+00 |
| description | Small, sweet, easy framework for full-stack web application |
| homepage | |
| repository | https://github.com/Field-of-Dreams-Studio/hotaru |
| max_upload_size | |
| id | 1943733 |
| size | 617,069 |
Core framework for building multi-protocol web applications in Rust. Provides HTTP/HTTPS server implementation, URL routing, middleware system, and protocol abstraction layer.
Application
├─ Protocol Layer (HTTP, WebSocket, TCP)
├─ URL Routing Tree
├─ Middleware Chain
└─ Request/Response Context
This is the core framework library. For application development, use the hotaru crate which provides a more convenient API.
[dependencies]
hotaru_core = "0.7.5"
For detailed documentation and examples, see the Hotaru web framework.
GPL-3 License
This is the core crate for the Hotaru web framework.
Learn more: https://fds.rs