Skip to content

Commit

Permalink
General code cleanup of the Rust sendrecv demo
Browse files Browse the repository at this point in the history
Fewer clones and more borrowing, if let instead of match, match instead
of multiple ifs, insert a few newlines all over the place to make code
less dense, and a few changes to make code a bit more idiomatic.
  • Loading branch information
sdroege committed Jun 21, 2018
1 parent 2d45dd9 commit b019112
Showing 1 changed file with 148 additions and 105 deletions.
Loading

0 comments on commit b019112

Please sign in to comment.