Add `sysexits` crate
sorairolake opened this issue · 2 comments
sorairolake commented
I'd like to add sysexits
, a library that provides the system exit code constants as defined by <sysexits.h>
. It has been downloaded over 2,000 times on crates.io. But, I don't know which section to add it to. Which section should I add it to?
palfrey commented
Libraries/System seems the best match for this.
sorairolake commented
@palfrey Thanks!