tmac 0.1.3

Macros that help with testing, e.g. asserting float equality
Documentation
1
2
3
4
5
6
7
#[macro_use]
mod fileify;
pub use fileify::*;

#[macro_use]
mod float;
pub use float::*;