dmntk-common 0.0.25

DMNTK | Common definitions
Documentation
# Code coverage and other metrics
 
## Code coverage measured using tarpaulin
 
```sh
82.00% coverage, 41/50 lines covered
```
 
## Code coverage measured using llvm source-base
 
```sh
Summary coverage rate:
  lines......: 82.3% (79 of 96 lines)
  functions..: 48.3% (28 of 58 functions)
  branches...: no data found
```
 
## Lines of code calculated using cloc
 
```sh
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Rust                            10             57            187            250
-------------------------------------------------------------------------------
SUM:                            10             57            187            250
-------------------------------------------------------------------------------
```