Here's the strace output of a minimal C program, `int main() {}`: https://gist.github.com/bstrie/5871278 ...and the strace output of the Rust program `fn main() {}`: https://gist.github.com/bstrie/5871221