ohkami - [狼] means wolf in Japanese - is simple and non macro-based web framework for Rust.
Features
- simple: Less things to learn / Less code to write / Less time to hesitate.
- non macro-based: No need for using macros.
- async handlers
- easy error handling
Quick start
- Add dependencies:
[]
= "0.1"
- Write your first code with ohkami:
use *;
- If you're interested in ohkami, learn more by examples and documentations(WIP)!
Development
ohkami is on very early stage now and not for producntion use.
License
This project is under MIT LICENSE (LICENSE-MIT or https://opensource.org/licenses/MIT).