remotery 0.1.2

Realtime CPU Profiler with web browser viewer
Documentation
1
2
3
4
5
6
extern crate gcc;

fn main() {
    gcc::compile_library("libremotery.a", &["external/remotery/lib/Remotery.c"]);
}