tmac 0.1.1

Macros that help with testing, e.g. asserting float equality
Documentation
1
2
3
4
5
6
7
8
9
10
## What is this?

Just a small crate of testing helpers, e.g. for (ergomically) asserting equality
of floats or specifing file contents/multiline strings without weird lack of
indentation.

## TODOs

- [] `debug_assert_float_eq`
- [] `debug_assert_float_ne`