m #### Overview
C++20 modules are essentially a less cancerous version of header files
Motivation
improved UX/DX, and it sounds fun
Additional Information
- planned support in GCC 15
- supported in latest version of LLVM
- not currently supported in Meson
- supported in latest version of CMake
- supported by clangd?
Requirements