WhatsApp client library written purely in Rust

1 jlucaso 2 8/19/2025, 1:39:16 AM github.com ↗

Comments (2)

aanet · 2h ago
A classic tell of AI-generated code is the neat README, such as the following: (from github)

"

Legend

     Completed: The feature is fully implemented and considered stable.
     In Progress / Partially Implemented: The feature is under active development or has a partial implementation.
     Planned: The feature has not yet been started but is the next priority.
    [ ] Not Started: The feature has not yet been implemented.
"

Not that there's anything wrong with that, per se.

BTW, you may want to add a LICENSE file...

bigwheels · 1h ago
Definitely true, and I've noticed the latest GPT-5 / Codex is able to generate better code on average than myself, a 20 year industry veteran. It's humbling but also kind of awesome to be able to crank out a functional software library in a matter of minutes!