rust-fatfs/src
Rafał Harabień c8ccd7d86e Don't use dynamic allocation for FAT table wrapper.
FAT table still uses Box but its hardly avoidable when reading entire FAT into memory.
2017-09-28 00:11:24 +02:00
..
dir.rs Use references instead of Rc for shared state. 2017-09-27 14:05:58 +02:00
file.rs Don't use dynamic allocation for FAT table wrapper. 2017-09-28 00:11:24 +02:00
fs.rs Don't use dynamic allocation for FAT table wrapper. 2017-09-28 00:11:24 +02:00
lib.rs Use references instead of Rc for shared state. 2017-09-27 14:05:58 +02:00
table.rs Don't use dynamic allocation for FAT table wrapper. 2017-09-28 00:11:24 +02:00