1 2 3 4 5 6 7 8
(executables (names records_example) (libraries records_rust_lib threads.posix)) (rule (alias runtest) (action (run ./records_example.exe)))