Go to file
Claudius Holeksa 2dca7e9610 just putting the release name into the custom namespace 2023-02-02 17:29:35 +01:00
.nix just putting the release name into the custom namespace 2023-02-02 17:29:35 +01:00
source/kelunit expanded builder env 2023-02-02 17:18:59 +01:00
test expanded builder env 2023-02-02 17:18:59 +01:00
.gitignore more build envs 2023-02-02 17:27:18 +01:00
README.md linked to the basic test as an example how to use this mini header lib 2022-07-31 19:23:09 +02:00
SConstruct more build envs 2023-02-02 17:27:18 +01:00
default.nix expanded builder env 2023-02-02 17:18:59 +01:00
shell.nix expanded builder env 2023-02-02 17:18:59 +01:00

README.md

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.