asciicker_rs/
lib.rs

1//! # Asciicker-rs
2//! Library to easily interact with [asciicker](https://github.com/msokalski/asciicker) game:
3//! - Create bots
4//! - Parse packets
5//! - And (hopefully) more...
6
7#![forbid(missing_docs)]
8
9pub mod y6;
10pub use macro_rules_attribute;