Rudxain / xorsum

Get XOR checksum with this command-line tool
https://crates.io/crates/xorsum
GNU Lesser General Public License v3.0
0 stars 1 forks source link

Inconsistent `stdout` locks #19

Closed Rudxain closed 2 years ago

Rudxain commented 2 years ago

The program doesn't lock stdout when in raw mode, but it does lock in hex mode. For the sake of consistency, it should be the same regardless of the mode.

This isn't important now, but it will be important when implementing #4

Rudxain commented 2 years ago

This is helpful

Rudxain commented 2 years ago

Now I have no idea what to do