grweb 0.1.3

A high-performance Rust Web framework based on gorust coroutine runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Changelog

All notable changes to this project will be documented in this file.

## [0.1.0] - 2026-05-11

### Added
- Initial release of grweb framework
- Go-style concurrency with gorust coroutines
- Tree-based router with path parameters support
- Middleware chain implementation
- TOML-based configuration
- Built-in Logger, Recovery, and CORS middleware
- Performance optimizations for high throughput