Derive macros are a godsend. There’s macros to automatically implement serialization as well. Basically a Trait that can automatically be implemented when derived
Derive macros are a godsend. There’s macros to automatically implement serialization as well. Basically a Trait that can automatically be implemented when derived
Pretty sure it doesn’t support official grading still because they changed the scoring model in ozu!lazer
Within the past 2-3 years drive manufacturers have been swapping to USB PCBs directly attached to the drive controller, instead of using a SATA -> USB interface.
Me neither bud, me neither…
Or mount it as an NFS share if it gives you the option
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