appwrite / appwrite/sdk-for-rust
🚀 Feature: Add support for compio
Open
- Dominant language
- Rust
- Stars
- 35
- Forks
- 3
- Avg merge
- 11h 59m
- Merged PRs (30d)
- 2
Description
### 🔖 Feature description
Add support for compio. https://compio.rs. Reqwest can be replaced by https://github.com/compio-rs/cyper.
### 🎤 Pitch
A use case should be performance. Because compio uses io-uring, iocp (on windows though) it is faster. Completion based io, great for high performance needs. (Also proactor based for massive control)
### 👀 Have you spent some time to check if this issue has been raised before?
- [x] I checked and didn't find similar issue
### 🏢 Have you read the Code of Conduct?
- [x] I have read the [Code of Conduct](https://github.com/appwrite/appwrite/blob/HEAD/CODE_OF_CONDUCT.md)
Contributor guide
Assessment
This issue has not been assessed yet.