exfat 0.1.0

Pure Rust implementation of exFAT file system
Documentation
  • Coverage
  • 17.28%
    14 out of 81 items documented0 out of 28 items with examples
  • Size
  • Source code size: 47.46 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.02 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • obhq/exfat
    87 3 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ultimaweapon

exFAT in pure Rust

This is an implementation of exFAT in pure Rust. Currently it is supports only reading, not writing; and not all features is implemented but if all you need is listing the directories and read the files then you are good to go.

License

MIT