website
website copied to clipboard
Rust comparison example uses external dependencies and is overcomplicated.
Namely serde and reqwest. Either their usage should be removed completely, or if using widely-popular dependencies is allowed, the code can be significantly simplified using tokio.
A similar issue was opened earlier here #199, but was closed, wholly ignoring OP's point.