Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<div align="center">
<h1>Ohkami</h1>
Ohkami <em>- [狼] wolf in Japanese -</em> is intuitive and declarative web framework.
Ohkami <em>- [狼] wolf in Japanese -</em> is a performant, declarative, and runtime-flexible web framework for Rust.
</div>

<br>

- *macro-less and type-safe* APIs for intuitive and declarative code
- *various runtimes* are supported:`tokio`, `smol`, `nio`, `glommio` and `worker` (Cloudflare Workers), `lambda` (AWS Lambda)
- extremely fast, no-network testing, well-structured middlewares, Server-Sent Events, WebSocket, highly integrated OpenAPI document generation, ...
- *macro-less and type-safe* APIs for declarative, ergonomic code
- *runtime-flexible* : `tokio`, `smol`, `nio`, `glommio` and `worker` (Cloudflare Workers), `lambda` (AWS Lambda)
- good performance, no-network testing, well-structured middlewares, Server-Sent Events, WebSocket, highly integrated OpenAPI document generation, ...

<div align="right">
<a href="https://github.com/ohkami-rs/ohkami/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/crates/l/ohkami.svg" /></a>
Expand Down Expand Up @@ -946,4 +946,4 @@ Latest stable

## License

ohkami is licensed under MIT LICENSE ( [LICENSE](https://github.com/ohkami-rs/ohkami/blob/main/LICENSE) or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT) ).
Ohkami is licensed under MIT LICENSE ( [LICENSE](https://github.com/ohkami-rs/ohkami/blob/main/LICENSE) or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT) ).
2 changes: 1 addition & 1 deletion ohkami/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ohkami"
description = "Build web app in intuitive and declarative code"
description = "A performant, declarative, and runtime-flexible web framework for Rust"
documentation = "https://docs.rs/ohkami"
version = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion ohkami/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

//! <div align="center">
//! <h1>Ohkami</h1>
//! Ohkami <em>- [狼] wolf in Japanese -</em> is intuitive and declarative web framework.
//! Ohkami <em>- [狼] wolf in Japanese -</em> is a performant, declarative, and runtime-flexible web framework for Rust.
//! </div>
//!
//! <br>
Expand Down
2 changes: 1 addition & 1 deletion ohkami_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ohkami_lib"
description = "internal library for Ohkami - intuitive and declarative web framework"
description = "internal library for Ohkami - A performant, declarative, and runtime-flexible web framework for Rust"
documentation = "https://docs.rs/ohkami_lib"
version = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion ohkami_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ proc-macro = true

[package]
name = "ohkami_macros"
description = "proc macros for Ohkami - intuitive and declarative web framework"
description = "proc macros for Ohkami - A performant, declarative, and runtime-flexible web framework for Rust"
documentation = "https://docs.rs/ohkami_macros"
version = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion ohkami_openapi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ohkami_openapi"
description = "OpenAPI types for Ohkami - intuitive and declarative web framework"
description = "OpenAPI types for Ohkami - A performant, declarative, and runtime-flexible web framework for Rust"
documentation = "https://docs.rs/ohkami_openapi"
version = { workspace = true }
edition = { workspace = true }
Expand Down