Idewave-cli: Rust implementation of wow console client v3.3.5a

Hi guys ! I published my implementation of wow client v3.3.5a (cli). If somebody could advice how to improve my code I would appreciate it. All welcome !

2 Likes

Released new major version v1.0.0. Brief description:

  • added TUI (tui-rs) with keyboard interaction and togglable DEBUG mode
  • improved performance
  • refactored code and file structure

Join us !

New major version v2.0.0 released ! Brief description:

  • handlers are refactored into async (so async code can be used directly there now)
  • packet reader now can process partial TCP packets (await until whole packet loaded)
  • refactored code

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.