cmacro 0.2.2

A library for parsing C macros and generating Rust code.
Documentation
1
2
3
4
5
6
7
8
#define float0_0 0.
#define float1_0 1.0f
#define float_1 .1
#define float2_0 2.0
#define float1000_0 1e3
#define float2000_0 2e+3
#define float_001 1e-3
#define float80_0 10.0 * (1 << 3)