Hacker News new | ask | show | jobs
by isaac21259 1964 days ago
I think rust encourages encoding data like that.

https://doc.rust-lang.org/rust-by-example/custom_types/enum....

1 comments

Sum types are the main reason I love writing Rust code. We all miss sum type Enums wherever we go. [0]

[0] https://www.reddit.com/r/rust/comments/l594zl/everywhere_i_g...