Conversation
Have you ever spent precious time converting something like "0xde, 0xad,\r\n0xbe, 0xef" to "\xde\xad\xbe\xef"?

If so, then xer is for you:

https://github.com/v-p-b/xer

This is also my first somewhat useful #Rust project, so be gentle <3
5
8
9
With this, "Releasing from GitHub Actions" officially goes to my Cursed list: this time I spent 16 commits to get it right :P
0
0
1

@buherator huh, that's a conversion that rax2 doesn't support ootb.

1
0
1
@stf Turns out it's surprisingly easy to create "liberal" parsers with the nom crate!
0
0
1

@buherator cool! I hate to do this, but you might want to look at my rsbkb project: https://github.com/trou/rsbkb/
which includes related conversion/encoding tools.

1
1
1
@trou Looks pretty useful! In fact I've always wondered what made Cyber Chef so popular when the shell is *right there*. I also look for strengths/weaknesses of different tools (another similar one is rax2) as inspiration, so the more I see, the better!
0
0
0