mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
cb79a3b9d7
It's cursed and not very useful. Still a few uses of ctor left, but oh well.
6 lines
190 B
Rust
6 lines
190 B
Rust
pub mod room_version;
|
|
pub mod version;
|
|
|
|
pub const MODULE_ROOT: &str = const_str::split!(std::module_path!(), "::")[0];
|
|
pub const CRATE_PREFIX: &str = const_str::split!(MODULE_ROOT, '_')[0];
|