Joined: 2023-06-26
ββββ
2024-11-15 Dhs92 β RE: brisk
Not really related to the pointer thing, but Rust also has pattern matching based on Enums, as theyβre actually sum-types and not just numbers
2024-11-15 Dhs92 β 1π¬ β RE: Ashelyn
Derive macros are a godsend. Thereβs macros to automatically implement serialization as well. Basically a Trait that can automatically be implemented when derived
ββββ