Programming Tech Brief By HackerNoon

Rust 1.77 and 1.78: The Changes That Happened to u128/i128

Rust versions 1.77 and 1.78 address a long-standing inconsistency with C regarding the alignment of 128-bit integers on x86 architectures. While resolved, users employing these types in FFI without ignoring `improper_ctypes*` lints should be aware of the effects.

Listen