Conversation
I found a bug, so I created a test suite and published a new release for my signed/unsigned integer converter CLI utility, twos:

https://github.com/v-p-b/twos/releases/tag/v0.0.2
2
0
0
@pancake I mostly did this as an excercise in Rust, didn't know rax2 can do the same
1
0
0

@buherator it's a base converter, also accessible from the `?` command in r2, i guess it's more challenging to do this in Rust, there's always a bit of pain when doing things in this language

1
1
0
@pancake Absolutely, that was part of the point actually :D
0
0
0

@buherator what parser are you calling in the first function?

1
0
0

@buherator damn it's inbuilt. Holy. How hard is rust compared to C?

1
0
0
@dey It's not built-in, it's a 3rd party package called `clap`. For simple stuff Rust is pretty easy, esp. because you have a nice package ecosystem (incl. the pkg manager). But for non-trivial stuff, the learning curve is *steep*.
1
0
1

@buherator yeah too old for steep back already hurts 😂

0
0
1