Rating:

TL;DR:

1 - Try to reverse

2 - Give up on Reversing Rust

3 - Identify which output bits each char affects

5 - Brute-force the flag char by char until each bit has the target value

Original writeup (https://sectt.github.io/writeups/angstromCTF20/Just_Rust/writeup).