forked from M-Labs/rust-fatfs
4528aedc6e
Encoder is not yet used but will be in future. This is implemented as static reference for now to avoid adding additional type parameters to all main types. It should be enough for most of cases where encoder/decoder does not have any state and can be implemented as static variable.
380 B
380 B
TODO
- marking volume dirty on first write and not-dirty on unmount
- support for a volume label file in the root directory
- format volume API
- add method for getting
DirEntry
from a path (possible names: metadata, lookup) - add time provier so the crate writes a proper timestamps when
chrono
is unavailable - do not create LFN entries if the name fits in a SFN entry