mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-24 02:24:20 +00:00
3 lines
351 B
XML
3 lines
351 B
XML
//! Module providing utilities to be used in the `patched_porobot_discord` executable target.
|
|
//!
|
|
//! While adding new features to this module, remember that binaries [can only access the public API of the crate](https://doc.rust-lang.org/cargo/reference/cargo-targets.html#binaries), as they considered a separate crate from the rest of the project.
|