Expand description

Asciicker-rs

Library to easily interact with asciicker game:

  • Create bots
  • Parse packets
  • And (hopefully) more…

Re-exports

Modules

This part of the library works only for Y6 version of the asciicker

Macros

Macro to transform async fn to return Pin<Box<impl Future<Output=T>>> instead of impl Future<Output=T> and is required for functions which are planned to be passed as an argument to Bot::on_talk or similar methods.