1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-12-23 10:04:21 +00:00
patched-porobot/src/discord/mod.rs

7 lines
383 B
Rust
Raw Normal View History

//! 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.
2023-02-07 00:31:15 +00:00
pub mod handler;
pub mod main;