cmacro 0.2.2

A library for parsing C macros and generating Rust code.
Documentation
1
2
3
#define __STRING(x) #x

#define DOUBLE_STRING(x) #x #x