Common types shared between BEM and FEM room acoustics solvers.
Provides shared data structures, serialization, and metadata types used by both `math-bem` and `math-fem`.
```bash
cargo test -p math-xem-common --lib
cargo check -p math-xem-common && cargo clippy -p math-xem-common
```