Cargo Features
[dependencies]
hadris-fat = { version = "0.1.1", default-features = false, features = ["std", "alloc", "read", "write", "lfn"] }
- default = lfn, read, write
-
These default features are set whenever
hadris-fat
is added without
somewhere in the dependency tree.default-features = false - std = alloc
-
Enables clock and std of chrono, std of hadris-core
- alloc std? write
-
Enables alloc of chrono and hadris-core
- read default write
-
Affects
hadris-fat::fs
,structures::boot_sector
,structures::directory
,structures::fat
,structures::time
… - write default = alloc, read
-
Affects
structures::Fat32Ops
… - lfn default