rust-fatfs/examples
Rafał Harabień 2304b13ec4 Take immutable self reference in Dir methods
Dir methods do not change Dir object itself. They usually clone inner
stream so no change really happens self struct. Underlying partition is
modified but it does not have to affect API. For example see
std::fs::File::set_len. This change greatly simplifies rename API usage.
2018-06-12 00:07:30 +02:00
..
cat.rs Take immutable self reference in Dir methods 2018-06-12 00:07:30 +02:00
ls.rs Take immutable self reference in Dir methods 2018-06-12 00:07:30 +02:00
partition.rs Avoid using unwrap() in examples 2018-05-31 21:40:40 +02:00
write.rs Avoid using unwrap() in examples 2018-05-31 21:40:40 +02:00