rust-fatfs/TODO.md
Rafał Harabień 4528aedc6e Add oem_cp_converter option allowing to provide custom short name decoder
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.
2018-06-25 23:51:09 +02:00

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