sway
sway copied to clipboard
Nested sway modules inside a module
It would be nice to allow sway modules to be nested for organization.
pub mod abc {
mod efg { .. };
pub mod jkl { .. };
};