rust-fatfs/TODO.md

10 lines
443 B
Markdown
Raw Normal View History

2017-11-08 08:35:47 +08:00
TODO
====
2018-06-20 23:10:53 +08:00
* proper support for short name decoding from the OEM codepage
* marking volume dirty on first write and not-dirty on unmount
* support for a volume label file in the root directory
2017-11-08 08:35:47 +08:00
* format volume API
2018-06-24 23:15:53 +08:00
* 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