kelunit/README.md

12 lines
284 B
Markdown
Raw Permalink Normal View History

2022-07-31 19:20:50 +02:00
# Typesafe C++ Unit library
Allows the declaration of typesafe units and their usage.
Supported operations are '+', '-', '*', '/'.
Conversion and use between different base types currently are not available.
## Examples
See `test/basic.cpp` for basic usage examples.