|
|
|
|
|
by BobbyTables2
188 days ago
|
|
Forget safety. Using enums in Rust is sheer delight. The fact they can even contain associated data is the really powerful. That alone makes me love the language. Especially with bitfields. It cannot be matched in in C, even with a lot of macro magic. Plus, C is way too lax with type strictness and enums. |
|