mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-01 03:14:29 +02:00
README updated with the link to documentation
This commit is contained in:
39
README.md
39
README.md
@@ -2,10 +2,22 @@
|
||||
[](https://travis-ci.com/mpusz/units)
|
||||
[](https://bintray.com/mpusz/conan-mpusz/mp-units%3Ampusz/0.4.0%3Astable/link)
|
||||
[](https://bintray.com/mpusz/conan-mpusz/mp-units%3Ampusz/_latestVersion)
|
||||
|
||||
[](https://mp-units.readthedocs.io/en/latest/?badge=latest)
|
||||
|
||||
# `mp-units` - A Units Library for C++
|
||||
|
||||
**The mp-units library is the subject of this ISO C++ paper: [P1935](https://wg21.link/p1935).
|
||||
It is explained in this [CppCon 2019 talk](https://youtu.be/0YW6yxkdhlU) (slightly dated now).
|
||||
We are working towards potentially having it standardized for C++23 and are actively looking
|
||||
for parties interested in field trialing the library.**
|
||||
|
||||
|
||||
## Documentation
|
||||
|
||||
An extensive project documentation including installation instructions and user's
|
||||
guide can be found on [mp-units GitHub Pages](https://mpusz.github.io/units).
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
`mp-units` is a compile-time enabled Modern C++ library that provides compile-time dimensional
|
||||
@@ -66,28 +78,3 @@ int main()
|
||||
```
|
||||
|
||||
_Try it on the [Compiler Explorer](https://godbolt.org/z/_Yx6D7)._
|
||||
|
||||
**The mp-units library is the subject of this ISO C++ paper: [P1935](https://wg21.link/p1935).
|
||||
It is explained in this [CppCon 2019 talk](https://youtu.be/0YW6yxkdhlU) (slightly dated now).
|
||||
We are working towards potentially having it standardized for C++23 and are actively looking
|
||||
for parties interested in field trialing the library.**
|
||||
|
||||
|
||||
## Downloading, Building, Testing, and Installation
|
||||
|
||||
For a detailed information on project compilation, testing and reuse please refer to
|
||||
[doc/INSTALL.md](doc/INSTALL.md).
|
||||
|
||||
NOTE: This library as of now compiles correctly only with gcc-9.1 and newer.
|
||||
|
||||
|
||||
## User Guide
|
||||
|
||||
A detailed `mp-units` library design rationale and documentation can be found in
|
||||
[doc/DESIGN.md](doc/DESIGN.md)
|
||||
|
||||
|
||||
## Library Design
|
||||
|
||||
A detailed `mp-units` library design rationale and documentation can be found in
|
||||
[doc/DESIGN.md](doc/DESIGN.md)
|
||||
|
Reference in New Issue
Block a user