Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(endianess): fix potential endianess issue when transmuting an array
Transmuting an array of u8 to u16 theoretically wouldn't work on big-endian systems, since FAT is little-endian
- Loading branch information