rsconf 0.3.0

The missing cargo API. A sane autoconf w/ build.rs helpers for testing for system headers, libraries, and symbols
Documentation
1
2
3
4
5
6
{0}

int main() {{
	void *ptr = ({1} *) 0;
	return ptr != 0;
}}