Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 170 Bytes

File metadata and controls

13 lines (9 loc) · 170 Bytes

NOTES

Working with primitives as slices

std::slice::from_raw_parts

Formatting LCID for Windows API

format!("{:08X}", 0x0409) // "00000409"