vlang / website

MIT License
62 stars 96 forks source link

Rust comparison example uses external dependencies and is overcomplicated. #251

Open elenakrittik opened 7 months ago

elenakrittik commented 7 months ago

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.