mpc
mpc copied to clipboard
Refactor: Namespace cleansing ⚠️
🔲Depends on #173
⚠️Might break projects that rely on standard libraries linked via mpc.h
Cleans the headspace by:
- Creating a private header
internals/mpc_internal.h, which integratesmpc.h. - Hides dependencies in
mpc_internal.h. - Removes unused dependencies.
This here also tags the release as "v0.10". Starting now, releases should be tagged.