Integration¶
Guides for integrating mp-units with existing codebases, custom types, third-party libraries, and various compiler environments.
Available Guides¶
- Working with Legacy Interfaces - Integrate with existing code that uses raw numeric types
- Using Custom Representation Types - Define custom numeric types as quantity representations
- Interoperability with Other Libraries - Work with third-party libraries and frameworks
- Wide Compatibility - Maximize portability across different compilers and environments
When to Use These Guides?¶
Use these integration guides when you:
- Need to integrate mp-units into existing codebases
- Work with legacy APIs expecting raw numeric types
- Want to use custom numeric types (fixed-point, arbitrary precision, etc.)
- Need interoperability with other libraries
- Target multiple compilers or environments
- Require maximum portability and compatibility