100-exercises-to-learn-rust
100-exercises-to-learn-rust copied to clipboard
Fix private interface warnings in chapter 7
Exercises 9 to 12 of chapter 7, have private_interface warnings that remain after solving them that come from declaring the server function as public and having the type declaration of it's receiver argument as private.