mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 10:04:21 +00:00
6 lines
383 B
Rust
6 lines
383 B
Rust
//! 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.
|
|
|
|
pub mod handler;
|
|
pub mod main;
|