2323** The ` mp-units ` library is a candidate for ISO standardization for C++29.**
2424More context can be found in the following ISO C++ proposals:
2525
26- - 📄 [ P1935: A C++ Approach to Physical Units] ( https://wg21.link/p1935 )
27- - 🎯 [ P2980: A motivation, scope, and plan for a quantities and units library] ( https://wg21.link/p2980 )
28- - 📐 [ P3045: Quantities and units library] ( https://wg21.link/p3045 )
26+ - [ P1935: A C++ Approach to Physical Units] ( https://wg21.link/p1935 )
27+ - [ P2980: A motivation, scope, and plan for a quantities and units library] ( https://wg21.link/p2980 )
28+ - [ P3045: Quantities and units library] ( https://wg21.link/p3045 )
2929
3030> 🤝 ** We are actively seeking organizations and individuals interested in**
3131> ** field‑trialing the library!**
@@ -38,9 +38,9 @@ Your testimonials help **demonstrate real-world value** to the ISO C++ Committee
3838
3939Whether you're using mp-units in ** production** , ** research** , or ** education** :
4040
41- - 🏢 ** Organizations** : Share your production deployments and success stories
42- - 🎓 ** Academics** : Report research applications and teaching experiences
43- - 🧑💻 ** Developers** : Tell us about your innovative use cases and benefits
41+ - ** Organizations** : Share your production deployments and success stories
42+ - ** Academics** : Report research applications and teaching experiences
43+ - ** Developers** : Tell us about your innovative use cases and benefits
4444
4545[ ![ Share Experience] ( https://img.shields.io/badge/Share_Your-Usage_Experience-blue?style=for-the-badge&labelColor=black&label=🌟%20Share%20Your )] ( https://github.com/mpusz/mp-units/issues/new?template=usage_experience.yml )
4646
@@ -50,12 +50,12 @@ Whether you're using mp-units in **production**, **research**, or **education**:
5050Extensive project documentation is available on the ** [ project site] ( https://mpusz.github.io/mp-units ) ** .
5151It includes:
5252
53- - 🚀 ** Installation instructions** – Get up and running quickly
54- - 📋 ** Detailed user's guide** – Comprehensive usage documentation
55- - 🧠 ** Design rationale** – Understanding the architectural decisions
56- - 🔍 ** API reference** – Complete technical documentation
57- - 🎓 ** Tutorials** – Step-by-step learning resources
58- - 💡 ** Examples** – Real-world usage demonstrations
53+ - ** Installation instructions** – Get up and running quickly
54+ - ** Detailed user's guide** – Comprehensive usage documentation
55+ - ** Design rationale** – Understanding the architectural decisions
56+ - ** API reference** – Complete technical documentation
57+ - ** Tutorials** – Step-by-step learning resources
58+ - ** Examples** – Real-world usage demonstrations
5959
6060
6161## ⚡ TL;DR
@@ -65,14 +65,14 @@ dimensional analysis and safe manipulation of units, quantities, and quantity po
6565
6666### Key Features
6767
68- - 🛡️ ** Type Safety** – Strongly typed quantities, units, dimensions, and quantity points
69- - ⚡ ** Zero Runtime Cost** – Compile‑time dimensional analysis with no runtime overhead
70- - 🎨 ** Unified Design** – Comprehensive model for units, dimensions, quantities, and point origins
71- - ✏️ ** Rich Text Formatting** – Text formatting support with extensive options &
68+ - ** Type Safety** – Strongly typed quantities, units, dimensions, and quantity points
69+ - ** Zero Runtime Cost** – Compile‑time dimensional analysis with no runtime overhead
70+ - ** Unified Design** – Comprehensive model for units, dimensions, quantities, and point origins
71+ - ** Rich Text Formatting** – Text formatting support with extensive options &
7272 character sets
73- - 📦 ** Flexible Usage** – C++ modules support (when available) and header‑only usage
74- - ⚙️ ** Configurable** – Contracts, freestanding mode, and natural units (experimental)
75- - 🔗 ** Interoperable** – Seamless pathways for legacy and external libraries
73+ - ** Flexible Usage** – C++ modules support (when available) and header‑only usage
74+ - ** Configurable** – Contracts, freestanding mode, and natural units (experimental)
75+ - ** Interoperable** – Seamless pathways for legacy and external libraries
7676
7777### Quick Example
7878
@@ -184,7 +184,7 @@ For detailed environment documentation, see [`.devcontainer/README.md`](.devcont
184184🥇 **Recommended:** We recommend using [**Conan**](https:// conan.io/center/recipes/mp-units)
185185to integrate **mp-units** with your project.
186186
187- 📋 **Multiple options available!** Please refer to our comprehensive
187+ **Multiple options available!** Please refer to our comprehensive
188188[**Installation and Usage Guide**](https:// mpusz.github.io/mp-units/latest/getting_started/installation_and_usage)
189189for all supported integration methods.
190190
@@ -199,9 +199,9 @@ for all supported integration methods.
199199
200200### 🏆 Core Team
201201
202- - 👑 **[Mateusz Pusz](https:// github.com/mpusz)** – Project founder and lead
203- - 🛠️ **[Johel Ernesto Guerrero Peña](https:// github.com/JohelEGP)** – Core maintainer
204- - 🧮 **[Chip Hogg](https:// github.com/chiphogg)** – Core maintainer
202+ - **[Mateusz Pusz](https:// github.com/mpusz)** – Project founder and lead
203+ - **[Johel Ernesto Guerrero Peña](https:// github.com/JohelEGP)** – Core maintainer
204+ - **[Chip Hogg](https:// github.com/chiphogg)** – Core maintainer
205205
206206We appreciate **every contribution**, from code to documentation to community support!
207207
0 commit comments