rust
rust copied to clipboard
Add a fourth approach to the rust version of the Bob problem
The fourth approach added to the benchmark is the finite state machine approach. It is faster because it loops through the message chars only once.