Cargo Features

fat_fs_types has no features set by default.

[dependencies]
fat_fs_types = { version = "0.3.1", features = ["std", "bytemuck", "zerocopy"] }
std

Features from optional dependencies

bytemuck implicit feature

Enables bytemuck

bytemuck:

A crate for mucking around with piles of bytes

zerocopy implicit feature

Enables zerocopy ^0.7.31

zerocopy:

Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.