c6dad28ddc
feat: Add enums exercises Creates an exhaustive list of enum exercises. This goes through the basics of different ways to derive enums with mixed data type variants, as well as the use of the all important `match` operator. |
||
---|---|---|
.. | ||
enums | ||
error_handling | ||
functions | ||
if | ||
macros | ||
modules | ||
move_semantics | ||
primitive_types | ||
standard_library_types | ||
strings | ||
structs | ||
tests | ||
threads | ||
variables | ||
test1.rs | ||
test2.rs | ||
test3.rs | ||
test4.rs |