this post was submitted on 14 Nov 2022
7 points (81.8% liked)

Rust Programming

8431 readers
21 users here now

founded 5 years ago
MODERATORS
 

Just sharing from r/rust

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 2 years ago

@kixik Thanks to good macro system Rust can (via enum_dispatch) transform those lookups into a switch statement which is best of both worlds IMO.