nrgrip/src
Matteo Cypriani 3a970c3e33 main: exit() only at the end
std::process::exit() was used mainly to be able to return an error code,
but it's pretty brutal (no destructors calls). This commit works around
the lack of return value for main() and calls exit() only at the very
end.
2016-12-08 20:57:28 -05:00
..
metadata Use getopts to parse command-line 2016-12-08 20:57:28 -05:00
cue_sheet.rs Pass &str instead of &String 2016-12-08 20:57:28 -05:00
error.rs Add description strings for some errors 2016-12-08 13:03:33 -05:00
lib.rs Add copyright & license 2016-12-06 22:52:31 -05:00
main.rs main: exit() only at the end 2016-12-08 20:57:28 -05:00
raw_audio.rs Pass &str instead of &String 2016-12-08 20:57:28 -05:00