myelin-engine 0.6.0

This crate contains the physical engine of the simulation, as well as the objects that reside within it
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash

set -e

zip -0 engine.zip `find . \( -name 'myelin_engine*.gc*' \) -print`
grcov engine.zip \
       -t lcov \
       --llvm \
       --branch \
       --ignore-not-existing \
       --ignore-dir '/*' \
       > lcov.info