Skip to content

Commit

Permalink
chore(readme): update TODO list
Browse files Browse the repository at this point in the history
Forgot to mark FAT12 support as done. Also, no alloc support seems really unlikely, so we are removing it from the TODO list
  • Loading branch information
Oakchris1955 committed Aug 2, 2024
1 parent 88a99a3 commit 3722ccb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ A fully-working FAT driver that covers the following criteria:

## TODO

- [ ] FAT12 support (just handle entries between 2 sectors)
- [x] FAT12 support (just handle entries between 2 sectors)
- [x] Distinguish between dirs and files in paths (this must also be verified by the filesystem, just like in the `std`)
- [ ] Check whether system endianness matters (FAT is little-endian)
- [ ] Handle non-printable characters in names of files and directories
- [ ] ExFAT support
- [ ] no `alloc` support (if possible)
- [ ] when [feature(error_in_core)](https://github.com/rust-lang/rust/issues/103765) gets released to stable, bump MSRV & use the `core::error::Error` trait instead of our custom `error::Error`

[crates.io]: https://crates.io
Expand Down

0 comments on commit 3722ccb

Please sign in to comment.