exfat 0.1.0

Pure Rust implementation of exFAT file system
Documentation
1
2
3
4
5
6
7
# 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