Another
#Rust adventure for the weekend:
Signed/unsigned (two's complement) command-line integer converter based on num_bigint:
https://github.com/v-p-b/twosDesigning the interface was surprisingly tricky, no wonder most online converters aren't great...