mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-17 23:13:55 +01:00
This commit introduces the getset crate to reduce a lot of the boilerplate, especially in workspace.rs, around different variations of getters. Hopefully this will make the codebase easier to navigate for contributors in the future. Also trying to avoid pinning to patch versions and minor versions wherever possible.