kanarus

Results 51 issues of kanarus

https://www.reddit.com/r/rust/s/vt1gQFqaQa > One petty nitpick: a thing that bothered me about this library is that it violates Rust's standardized [naming convention](https://rust-lang.github.io/api-guidelines/naming.html): > > > In UpperCamelCase, acronyms and contractions of...

rename

Ohkami v0.24 will go on edition 2024!

chore

integrate with miniflare and enable to properly testing handlers using `Env`, `Context`

enhance
T-worker
T-testing

- [x] ohkami/response/_test.rs - ~~1 second difference of `Date` → calculate current timestamps by each~~ - ~~but it only decrease the possibility, not prevent difference~~ - → clone `res`'s `Date`...

docs.rs requires to be compile when published to crates.io, but Ohkami can't be compile for all runtimes at the same time. So now we can't serve docs for rt other...

1. It requires all sample codes in docs and **README** compile with `openapi` feature 2. `# (...hidden code...)` is not available in README codes, so it causes too many boilerplates...

One of Ohkami's standout features will be that it provides native support for Cloudflare Workers and plans to support AWS Lambda. Shouldn't this be highlighted in the docs as a...