Crate asciicker_rs

Source
Expand description

§Asciicker-rs

Library to easily interact with asciicker game:

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

Re-exports§

pub use macro_rules_attribute;

Modules§

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

Macros§

callback
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.